aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/edit_category.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/edit_category.html')
-rw-r--r--template/html/edit_category.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/html/edit_category.html b/template/html/edit_category.html
index 6b21e46..3506e45 100644
--- a/template/html/edit_category.html
+++ b/template/html/edit_category.html
@@ -8,6 +8,9 @@
<a href="{{ route "categories" }}">{{ t "menu.categories" }}</a>
</li>
<li>
+ <a href="{{ route "categoryFeeds" "categoryID" .category.ID }}">{{ t "menu.feeds" }}</a>
+ </li>
+ <li>
<a href="{{ route "createCategory" }}">{{ t "menu.create_category" }}</a>
</li>
</ul>
@@ -24,7 +27,7 @@
<input type="text" name="title" id="form-title" value="{{ .form.Title }}" required autofocus>
<div class="buttons">
- <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button> {{ t "action.or" }} <a href="{{ route "categories" }}">{{ t "action.cancel" }}</a>
+ <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
</div>
</form>
{{ end }}