Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Update list.html
Add _() to More Button, to translate the button.
version-14
ci2014
hace 8 años
committed by
GitHub
padre
92403aabba
commit
3d7d8044b0
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
frappe/templates/includes/list/list.html
+ 1
- 1
frappe/templates/includes/list/list.html
Ver fichero
@@ -20,7 +20,7 @@
{% endfor %}
</div>
<div class="more-block {% if not show_more -%} hide {%- endif %}">
<button class="btn btn-default btn-more btn-sm">More</button>
<button class="btn btn-default btn-more btn-sm">
{{ _("
More
") }}
</button>
</div>
</div>
{%- endif %}
Escribir
Vista previa
Cargando…
Cancelar
Guardar