Fix ticket page
This commit is contained in:
parent
840209b2cb
commit
65eb49a840
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
.ticket-container {
|
||||
display: flex;
|
||||
#content > h2:first-child small {
|
||||
color: #999;
|
||||
font-size: 0.9em;
|
||||
|
|
|
@ -144,10 +144,10 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content_title %}
|
||||
<div class="status">
|
||||
<span class="status">
|
||||
<i class="fa {% if ticket.is_open %}fa-exclamation-circle{% else %}fa-check-circle-o{% endif %}"></i>
|
||||
</div>
|
||||
<div class="title">{{ ticket.title }}</div><small>#{{ ticket.id }}</small>
|
||||
</span>
|
||||
<span class="title">{{ ticket.title }}</span><small>#{{ ticket.id }}</small>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
|
Loading…
Reference in a new issue