ソースを参照

Removing duplicate page numbers and Catalog link from index page template

pull/79/head
Benjamin Southall 7年前
コミット
243c1a3a52
1個のファイルの変更0行の追加8行の削除
  1. +0
    -8
      templates/index.html

+ 0
- 8
templates/index.html ファイルの表示

@@ -72,14 +72,6 @@
{% include 'report_delete.html' %}
</form>
<div class="pages">
{{ btn.prev }} {% for page in pages %}
[<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 }}">{% trans %}Catalog{% endtrans %}</a>
{% endif %}
</div>
{{ boardlist.bottom }}



読み込み中…
キャンセル
保存