add icon to panel in changeset view
This commit is contained in:
parent
6615a16d2e
commit
093b55923e
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@
|
|||
{% if changeset.last_state_update and changeset.state != 'unproposed' %}
|
||||
<div class="panel panel-{{ changeset.style }}">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">{{ changeset.get_state_display }}</h3>
|
||||
<h3 class="panel-title">
|
||||
<i class="glyphicon glyphicon-{{ changeset.icon }} pull-right"></i>
|
||||
{{ changeset.get_state_display }}
|
||||
</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{% if changeset.state == 'proposed' or changeset.state == 'reproposed' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue