Преглед изворни кода

Merge pull request #134 from metalmatze/fix/admin-templates

Fix bug that tries to load mistyped templates
tags/v1.0.0
Andrey Nering пре 7 година
родитељ
комит
1c0a4e166f
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      templates/admin/repo/list.tmpl
  2. 1
    1
      templates/repo/release/list.tmpl

+ 1
- 1
templates/admin/repo/list.tmpl Прегледај датотеку

@@ -44,7 +44,7 @@
</table>
</div>

{{template "base/paginage" .}}
{{template "base/paginate" .}}
</div>
</div>
</div>

+ 1
- 1
templates/repo/release/list.tmpl Прегледај датотеку

@@ -75,7 +75,7 @@
</li>
{{end}}
</ul>
{{template "base/paginage" .}}
{{template "base/paginate" .}}
</div>
</div>
{{template "base/footer" .}}

Loading…
Откажи
Сачувај