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
Set default z-translate to 1.75m & create env var for it
master
Adrian Short
hace 11 años
padre
aabb3b1131
commit
8bb0195cde
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
app/helpers/posts_helper.rb
+ 1
- 1
app/helpers/posts_helper.rb
Ver fichero
@@ -49,7 +49,7 @@ module PostsHelper
:axis => { :x => 0, :y => 0, :z => 1 },
:angle => 0
},
:translate => { :x => 0, :y => -0.075, :z =>
3
},
:translate => { :x => 0, :y => -0.075, :z =>
ENV['APOLLO_TRANSLATE_Z'] || 1.75
},
:scale => 1.0
}
end
Escribir
Vista previa
Cargando…
Cancelar
Guardar