Explorar el Código

Add catalog link to top page list in boards

pull/7/head
Michael Walker hace 9 años
padre
commit
ac5936f0a5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      templates/index.html

+ 3
- 0
templates/index.html Ver fichero

@@ -50,6 +50,9 @@
[<a {% if page.selected %}class="selected"{% endif %}{% if not page.selected %}href="{{ page.link }}"{% endif %}>{{ page.num }}</a>]{% if loop.last %} {% endif %}
{% endfor %}
{{ btn.next }}
{% if config.catalog_link %}
| <a href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">Catalog</a>
{% endif %}
</div>
{% endif %}


Cargando…
Cancelar
Guardar