Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrianshort
/
apollo
espelhamento de
https://github.com/adrianshort/apollo.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Make icons smaller and facing the user
master
Adrian Short
11 anos atrás
pai
b5713fdecc
commit
9f1c5cf0b1
1 arquivos alterados
com
4 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-1
app/helpers/posts_helper.rb
+ 4
- 1
app/helpers/posts_helper.rb
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar