Navigational Breadcrumb should have contextual class

Closes-bug: #1588456

Change-Id: Ib39096f6d5117ddc6d924c97c273ac58534fab57
This commit is contained in:
Diana Whitten 2016-06-02 10:11:17 -07:00
parent 4e384db0cf
commit 313126a806

@ -38,9 +38,11 @@
<div class='container-fluid'>
<div class="row">
<div class="col-xs-12">
{% block breadcrumb_nav %}
{% breadcrumb_nav %}
{% endblock %}
<div class="page-breadcrumb">
{% block breadcrumb_nav %}
{% breadcrumb_nav %}
{% endblock %}
</div>
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=page_title %}