Skip to content

Commit

Permalink
open help in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
bdzim committed May 19, 2014
1 parent 89ddad9 commit fde7b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/apps/blue_management/blue_mgnt/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h1>
</a>
</h1>
<ul>
<li>( {{ account_info.api_user|title }} )</li>
<li>{{ account_info.api_user|title }}</li>
<li>{{ username }}</li>
<li class="line"><a href="https://spideroak.com/business/blue/docs/">
<li class="line"><a target="_blank" href="https://spideroak.com/business/blue/docs/">
<i class="ss-icon">&#x2753;</i>Help
</a></li>
<li class="line"><a href="{% url "blue_mgnt:logout" %}"><i class="ss-icon">&#x1F512;</i>Logout</a></li>
Expand Down

0 comments on commit fde7b91

Please sign in to comment.