Skip to content

Commit

Permalink
feat(admin): add email composing to admin navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed May 1, 2016
1 parent d326898 commit aa222ce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions views/admin/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ <h4 class="ui header">
</h4>
<p>Alle API brukere</p>
</a>
<a class="item {% if page == 'new' %}active{% endif %}" href="/admin/requests">
<a class="item {% if page == 'requests' %}active{% endif %}" href="/admin/requests">
<h4 class="ui header">
<i class="certificate icon"></i> Nye apps
</h4>
<p>Nye applikasjoner til godkjenning</p>
</a>
<a class="item {% if page == 'new' %}active{% endif %}" href="/admin/limits">
<a class="item {% if page == 'limits' %}active{% endif %}" href="/admin/limits">
<h4 class="ui header">
<i class="line chart icon"></i> Nye limits
</h4>
<p>Nye rate limits til godkjenning</p>
</a>
<a class="item {% if page == 'email' %}active{% endif %}" href="/admin/email">
<h4 class="ui header">
<i class="send icon"></i> Epostliste
</h4>
<p>Send epost til API-brukere</p>
</a>
</div>

0 comments on commit aa222ce

Please sign in to comment.