Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrianshort
/
apollo
mirror da
https://github.com/adrianshort/apollo.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Make icons smaller and facing the user
master
Adrian Short
11 anni fa
parent
b5713fdecc
commit
9f1c5cf0b1
1 ha cambiato i file
con
4 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-1
app/helpers/posts_helper.rb
+ 4
- 1
app/helpers/posts_helper.rb
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva