Skip to content
Snippets Groups Projects

Resolve "Edit dashboard button collides with announcements"

Merged Julian requested to merge 452-edit-dashboard-button-collides-with-announcements into master
1 file
+ 6
4
Compare changes
  • Side-by-side
  • Inline
@@ -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 %}
Loading