Skip to content

Commit

Permalink
Comment out mobile nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
etrybuch committed Jan 10, 2018
1 parent 72c4d59 commit 6a75ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/templates/shared/nav_internal.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<img src="/static/v2/images/social/slack2.png">Slack({{num_slack}})
</a>
<a class="nav-link" href="/help">Help</a>
<a class="nav-link{% if request.path == '/ios' %} nav-link--active{% endif %}" href="/ios">Mobile</a>
<!-- <a class="nav-link{% if request.path == '/ios' %} nav-link--active{% endif %}" href="/ios">Mobile</a> -->
</nav>
{% if not request.path == '/ios' %}
<img class="mr-5" src="/static/v2/images//spaceship.png" width="52" height="45" />
Expand Down

0 comments on commit 6a75ad8

Please sign in to comment.