templates: don't show branch name by default, override in code.html
This commit is contained in:
parent
83b549b6d2
commit
ba30fdc9d2
@ -93,7 +93,9 @@
|
|||||||
<span>
|
<span>
|
||||||
viewing
|
viewing
|
||||||
<span class=linkedPath>
|
<span class=linkedPath>
|
||||||
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>/<a href="/">{{ branch }}</a>
|
{% block nav %}
|
||||||
|
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>
|
||||||
|
{% endblock nav %}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<ul class=buttonList>
|
<ul class=buttonList>
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
{% block page %}code{% endblock page %}
|
{% block page %}code{% endblock page %}
|
||||||
|
|
||||||
|
|
||||||
|
{% block nav %}
|
||||||
|
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>/<a href="/">{{ branch }}</a>
|
||||||
|
{% endblock nav %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id=contentWrap>
|
<div id=contentWrap>
|
||||||
<aside>
|
<aside>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user