Repo graph template
This commit is contained in:
parent
8e2decc27e
commit
57ea318fcf
3 changed files with 22 additions and 2 deletions
|
@ -7,6 +7,9 @@
|
|||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">My Repos</a>
|
||||
<ul class="dropdown-menu">
|
||||
{% for repo in request.user_repos %}
|
||||
<li>{{ repo }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{% url index %}">Followers</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue