Skip to content
Snippets Groups Projects
Commit 2ee5439f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '452-edit-dashboard-button-collides-with-announcements' into 'master'

Resolve "Edit dashboard button collides with announcements"

Closes #452

See merge request !621
parents a0b520c2 6377e7c2
No related branches found
No related tags found
1 merge request!621Resolve "Edit dashboard button collides with announcements"
Pipeline #12513 canceled
......@@ -11,10 +11,12 @@
{% block content %}
{% has_perm "core.edit_dashboard" user as can_edit_dashboard %}
{% if can_edit_dashboard %}
<a class="btn-flat waves-effect waves-light right" href="{% url "edit_dashboard" %}">
<i class="material-icons left">edit</i>
{% trans "Edit dashboard" %}
</a>
<div class="row no-margin">
<a class="btn-flat waves-effect waves-light right" href="{% url "edit_dashboard" %}">
<i class="material-icons left">edit</i>
{% trans "Edit dashboard" %}
</a>
</div>
{% endif %}
{% for notification in unread_notifications %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment