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:
@@ -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 %}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user