Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
apollo
espelho de
https://github.com/adrianshort/apollo.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Make icons smaller and facing the user
master
Adrian Short
há 11 anos
ascendente
b5713fdecc
cometimento
9f1c5cf0b1
1 ficheiros alterados
com
4 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-1
app/helpers/posts_helper.rb
+ 4
- 1
app/helpers/posts_helper.rb
Ver ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar