opening the API description in new tab

master
Tezza 2015-03-01 12:34:13 +01:00
parent 84b221cac9
commit c4cd2f479a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<ul class="nav navbar-nav">
<li {% if page == 'home' %} class="active" {% endif %} ><a href="/">Level2</a></li>
<li {% if page == 'events' %} class="active" {% endif %} ><a href="/events">Events</a></li>
<li {% if page == 'api' %} class="active" {% endif %} ><a href="https://github.com/Kaweechelchen/Level2.lu/blob/master/README.md">API</a></li>
<li {% if page == 'api' %} class="active" {% endif %} ><a target="_blank" href="https://github.com/Kaweechelchen/Level2.lu/blob/master/README.md">API</a></li>
</ul>
<ul class="nav navbar-nav navbar-right hidden-xs">
{% if level2.open %}