remove author and creation icon from changeset.html
This commit is contained in:
parent
8ea300c1a6
commit
c57505812f
1 changed files with 0 additions and 6 deletions
|
@ -47,17 +47,11 @@
|
|||
{% elif change.has_no_effect %}
|
||||
<i class="glyphicon glyphicon-ok text-success" data-toggle="tooltip" data-placement="left" title="{% trans 'This change has no effect. You can restore it.' %}"></i>
|
||||
{% endif %}
|
||||
{% if change.author and change.author != changeset.author %}
|
||||
<i class="glyphicon glyphicon-user text-muted" data-toggle="tooltip" data-placement="left" title="{{ change.author.username }}"></i>
|
||||
{% endif %}
|
||||
{% if change.can_restore %}
|
||||
<button type="submit" name="restore" value="{{ change.pk }}" class="btn btn-xs btn-default" data-toggle="tooltip" data-placement="left" title="{% trans 'Restore original state' %}">
|
||||
<i class="glyphicon glyphicon-share-alt"></i>
|
||||
</button>
|
||||
{% endif %}
|
||||
{% if change.created %}
|
||||
<i class="glyphicon glyphicon-time text-muted" data-toggle="tooltip" data-placement="left" title="{{ change.created }}"></i>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue