Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
adrianshort
/
apollo
réplica de
https://github.com/adrianshort/apollo.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Make icons smaller and facing the user
master
Adrian Short
hace 11 años
padre
b5713fdecc
commit
9f1c5cf0b1
Se han
modificado 1 ficheros
con
4 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-1
app/helpers/posts_helper.rb
+ 4
- 1
app/helpers/posts_helper.rb
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar