Commit b8bec144 by Dányi Bence

webui: fix hide icon

parent 77fae758
......@@ -19,7 +19,7 @@
<img src="/static/icons/minus-circle.png" alt="{% trans "Delete" %}" />
</a>
<a href="#" class="hide-group" data-id="{{group.id}}">
<img src="/" alt="{% trans "Hide" %}" />
<img src="/static/icons/eye-half.png" alt="{% trans "Hide" %}" />
</a>
</div>
<div class="clear"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment