~allanlesage/helipad/helipad-coverage

« back to all changes in this revision

Viewing changes to gaps/templates/gaps_layout.html

  • Committer: chris.gagnon
  • Date: 2014-02-20 23:08:56 UTC
  • mfrom: (730.1.5 coverage)
  • Revision ID: chris.gagnon@canonical.com-20140220230856-qcxudpcdfsjurqpk
update models wip

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "layout.html" %}
 
2
{% block sub_nav_links %}
 
3
<li {% ifequal url.1 'stacks' %}class="active"{% endifequal %}><a class="sub-nav-item" href='{% url gaps_overview %}'>Integration</a></li>
 
4
<li {% ifequal url.1 'project' %}class="active"{% endifequal %}><a class="sub-nav-item" href='{% url projects %}'>Projects</a></li>
 
5
{% endblock %}