Mercurial > libervia-templates
diff default/ticket/item.html @ 62:e7b62f6980a1
ticket: added menus
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 11 Nov 2017 00:17:01 +0100 |
parents | 50957f0669b9 |
children | 9834106678da |
line wrap: on
line diff
--- a/default/ticket/item.html Sat Nov 11 00:16:35 2017 +0100 +++ b/default/ticket/item.html Sat Nov 11 00:17:01 2017 +0100 @@ -6,6 +6,8 @@ @variable comments_node(unicode): node for adding comments #} +{% set menus = [(url_tickets_list, _('Tickets list'), 'tickets_list'), + (url_tickets_new, _('Create new ticket'), 'ticket_new')] %} {% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% import 'input/xmlui.html' as xmlui with context %} {% import 'blog/macros.html' as blog with context %}