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>
|
||||
viewing
|
||||
<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>
|
||||
<ul class=buttonList>
|
||||
|
@ -2,6 +2,11 @@
|
||||
|
||||
{% block page %}code{% endblock page %}
|
||||
|
||||
|
||||
{% block nav %}
|
||||
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>/<a href="/">{{ branch }}</a>
|
||||
{% endblock nav %}
|
||||
|
||||
{% block content %}
|
||||
<div id=contentWrap>
|
||||
<aside>
|
||||
|
Loading…
x
Reference in New Issue
Block a user