Procházet zdrojové kódy

Make icons smaller and facing the user

master
Adrian Short před 11 roky
rodič
revize
9f1c5cf0b1
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      app/helpers/posts_helper.rb

+ 4
- 1
app/helpers/posts_helper.rb Zobrazit soubor

@@ -32,7 +32,10 @@ module PostsHelper
:contentType => "image/vnd.layar.generic",
:url => subscription.icon_url,
:reducedURL => subscription.icon_url,
:size => 120
:size => 10
}
res[:transform] = {
:rel => true # icon always faces the user
}
end
res


Načítá se…
Zrušit
Uložit