comparison sat_templates/templates/default/ticket/item.html @ 170:6c251da9a4f3

style improvment
author Goffi <goffi@goffi.org>
date Sat, 19 Jan 2019 11:49:18 +0100
parents e9f0a4215e46
children 4a03d0a6839b
comparison
equal deleted inserted replaced
169:4b5ad18f6ece 170:6c251da9a4f3
20 {% trans %}Your comment has been sent{% endtrans %} 20 {% trans %}Your comment has been sent{% endtrans %}
21 {% endblock confirm_message %} 21 {% endblock confirm_message %}
22 22
23 {% block body %} 23 {% block body %}
24 {{ icon_defs('pencil') }} 24 {{ icon_defs('pencil') }}
25 <div id="{{ item.widget_value['id'] }}" class="view single ticket box"> 25 <div id="{{ item.widget_value['id'] }}" class="view single ticket box box--medium">
26 {% if url_ticket_edit is defined %} 26 {% if url_ticket_edit is defined %}
27 <p class="box__tools"> 27 <p class="box__tools">
28 <a href="{{url_ticket_edit}}"> 28 <a href="{{url_ticket_edit}}">
29 {{ icon('pencil', cls='icon--small') }} 29 {{ icon('pencil', cls='icon--small') }}
30 edit 30 edit