Skip to content

Commit

Permalink
EZP-23704: Fixed the header/breadcrumb markup in the admin dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Dec 17, 2014
1 parent 4c53f01 commit 1d74539
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Resources/views/Dashboard/dashboard.html.twig
Expand Up @@ -11,9 +11,7 @@
{% endblock %}

{% block header_title %}
<header class="ez-page-header">
<h1 class="ez-page-header-name" data-icon="&#xe618;">{{ 'dashboard.title'|trans }}</h1>
</header>
<h1 class="ez-page-header-name" data-icon="&#xe618;">{{ 'dashboard.title'|trans }}</h1>
{% endblock %}

{% block content %}
Expand Down

0 comments on commit 1d74539

Please sign in to comment.