Переглянути джерело

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

+ 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" .}}

Завантаження…
Відмінити
Зберегти