Browse Source

Remove tooltips from channel icons

pull/214/head
Pēteris Caune 6 years ago
parent
commit
8eedf9d47b
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

@ -31,9 +31,7 @@
<td class="icon-cell">
<img src="{% static ch.icon_path %}"
class="icon"
alt="Slack icon"
data-toggle="tooltip"
title="Slack" />
alt="{{ ch.get_kind_display }} icon" />
</td>
<td>
<div class="edit-name" data-toggle="modal" data-target="#name-{{ ch.code }}">


Loading…
Cancel
Save