From 1ac8b3154e0dbbe065a37ac66eb111832a7b67db Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 3 Nov 2016 09:44:55 +0200 Subject: Cleanup --- servo/templates/notes/view_note.html | 58 ++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/servo/templates/notes/view_note.html b/servo/templates/notes/view_note.html index 01118cf..7ad19dd 100755 --- a/servo/templates/notes/view_note.html +++ b/servo/templates/notes/view_note.html @@ -3,36 +3,36 @@ {% load i18n %} {% block note_buttons %} -
- - - - -
+
+ + + + +
{% endblock note_buttons %} {% block view_message %} -
-

{% trans "From" %}: {{ note.sender }}

- {% if note.order.id %} -

{% trans "Service Order" %}: {{ note.order.code }}

- {% endif %} -

{% trans "Created" %}: {{ note.created_at|relative_date }}

-

{% trans "Subject" %}: {{ note.subject }}

-
-
- {{ note.body|markdown }} - {% for a in note.attachments.all %} - {{ a }} - {% endfor %} -
- -
+
+

{% trans "From" %}: {{ note.sender }}

+ {% if note.order.id %} +

{% trans "Service Order" %}: {{ note.order.code }}

+ {% endif %} +

{% trans "Created" %}: {{ note.created_at|relative_date }}

+

{% trans "Subject" %}: {{ note.subject }}

+
+
+{{ note.body|markdown }} +{% for a in note.attachments.all %} + {{ a }} +{% endfor %} +
+ +
{% endblock view_message %} -- cgit v1.2.3