mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Hide navbar on comparison select page
We don't want to see the navbar on this page because otherwise it lets you select branches and click on Stats etc. which doesn't make any sense in this context. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
a1b7fdacdb
commit
1b5296c4c3
|
@ -15,6 +15,7 @@
|
|||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
|
||||
{% block navbar %}
|
||||
<div class="navbar">
|
||||
<div class="navbar-inner">
|
||||
<ul class="nav">
|
||||
|
@ -53,6 +54,7 @@
|
|||
{% block navs_extra %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_inner %}{% endblock %}
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
{% block title_append %} - comparison - select match for {{ select_for.name }}{% endblock %}
|
||||
-->
|
||||
|
||||
{% block navbar %}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_heading %}
|
||||
<h2>Select match for {{ select_for.pn }} in {% if branch.comparison %}{{ branch }}{% else %}OpenEmbedded{% endif %}</h2>
|
||||
<div class="pull-right">
|
||||
|
|
Loading…
Reference in New Issue
Block a user