updates templates with new capabilities
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<li><a class=dashboardButton href="/">
|
||||
<span class=collapse>dashboard</span>
|
||||
</a></li>
|
||||
<li><a class=profileButton href="/{{ user }}">
|
||||
<li><a class=profileButton href="/~{{ user }}">
|
||||
<span class=collapse>profile</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -94,7 +94,7 @@
|
||||
viewing
|
||||
<span class=linkedPath>
|
||||
{% block breadcrumbs %}
|
||||
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>
|
||||
<a href="/~{{ owner }}">{{ owner }}</a>/<a href="/~{{ owner }}/{{ repo }}">{{ repo }}</a>
|
||||
{% endblock breadcrumbs %}
|
||||
</span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user