Change the detail page header

Change the detail page header from _page_header.html to _detail_header.html

Link for bp:
https://blueprints.launchpad.net/solum/+spec/actions-in-detail-page

Change-Id: Ie39962e7e8774548b9514e3059359d90e8627d08
Implements: blueprint actions-in-detail-page
This commit is contained in:
zhurong
2017-02-04 17:50:53 +08:00
parent 2622db666a
commit bc42bc4522
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{% block title %}{% trans "Application Details" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Application Details") %}
{% include "horizon/common/_detail_header.html" with title=_("Application Details") %}
{% endblock page_header %}
{% block main %}

View File

@@ -3,7 +3,7 @@
{% block title %}{% trans "Languagepack Details" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Languagepack Details") %}
{% include "horizon/common/_detail_header.html" with title=_("Languagepack Details") %}
{% endblock page_header %}
{% block main %}