Skip to content

Commit

Permalink
add apps link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 24, 2016
1 parent 4754888 commit f146230
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions nextcloudappstore/core/templates/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<div id="navbar" class="navbar-collapse collapse ">
<ul class="nav navbar-nav navbar-left">
<li class="nav-link">
<a href="{% url 'home' %}">Apps</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
{% if request.user.is_superuser %}
<li class="nav-link">
<a href="{% url 'admin:index' %}">Admin</a>
Expand Down

0 comments on commit f146230

Please sign in to comment.