Skip to content

Commit

Permalink
Remove Guide from page menu
Browse files Browse the repository at this point in the history
close #28
  • Loading branch information
dougwt committed Nov 21, 2014
1 parent 7dbd157 commit 431865b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kartographer/comparison/templates/comparison/base.html
Expand Up @@ -36,7 +36,6 @@
<li class="visible-xs"><a href="{% url 'home' %}"><span class="glyphicon glyphicon-home"></span> My Karts</a></li>
<li class="visible-xs"><a href="{% url 'components' %}"><span class="glyphicon glyphicon-th-list"></span> Kart Components</a></li>
<li class="visible-xs"><a href="{% url 'top' %}"><span class="glyphicon glyphicon-fire"></span> Popular</a></li>
<li class="visible-xs"><a href="#info"><span class="glyphicon glyphicon-info-sign"></span> Guide</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand All @@ -59,7 +58,6 @@

<li class="{% block nav_components_active %}{% endblock %}"><a href="{% url 'components' %}"><span class="glyphicon glyphicon-th-list"></span> Components</a></li>
<li class="{% block nav_popular_active %}{% endblock %}"><a href="{% url 'top' %}"><span class="glyphicon glyphicon-fire"></span> Popular</a></li>
<li class="{% block nav_info_active %}{% endblock %}"><a href="#info"><span class="glyphicon glyphicon-info-sign"></span> Guide</a></li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit 431865b

Please sign in to comment.