Browse Source

Remove unused class attributes

pull/555/head
Pēteris Caune 3 years ago
parent
commit
ebac101209
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      templates/front/channels.html

+ 1
- 3
templates/front/channels.html View File

@ -29,9 +29,7 @@
{% with n=ch.latest_notification %}
<tr class="channel-row kind-{{ ch.kind }}">
<td class="icon-cell">
<img src="{% static ch.icon_path %}"
class="icon {{ ch.kind }}"
alt="{{ ch.get_kind_display }} icon" />
<img src="{% static ch.icon_path %}" alt="{{ ch.get_kind_display }}" />
</td>
<td>
<div class="edit-name" data-toggle="modal" data-target="#name-{{ ch.code }}">


Loading…
Cancel
Save