Skip to content
Snippets Groups Projects
Commit 6377e7c2 authored by Julian's avatar Julian
Browse files

Move "Edit Dashboard" button into another row

parent 6ca32fa3
No related branches found
No related tags found
1 merge request!621Resolve "Edit dashboard button collides with announcements"
Pipeline #12475 passed
......@@ -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