~pwlars/uci-engine/kill-the-waaaabbit

« back to all changes in this revision

Viewing changes to webui/common/templates/common/base.html

  • Committer: Ubuntu CI Bot
  • Author(s): Celso Providelo
  • Date: 2014-11-12 02:37:45 UTC
  • mfrom: (885.2.4 webui-reviews-filter)
  • Revision ID: ubuntu_ci_bot-20141112023745-pgu8nml52jylbw6n
[r=PS Jenkins bot] Adding a Pending-QA link for the corresponding filtered list of tickets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
      <div class="wrapper">
34
34
 
35
35
        {% block second_nav %}
 
36
        <nav role="navigation" class="nav-secondary clearfix">
 
37
          <ul class="breadcrumb">
 
38
            <li class="open"><a href="/">Open tickets</a></li>
 
39
            <li class="complete"><a href="/complete/"
 
40
                >Completed tickets</a></li>
 
41
            <li class="failed"><a href="/failed/">Failed tickets</a></li>
 
42
            <li class="pending-qa"><a href="/pending-qa/"
 
43
                >Pending-QA tickets</a></li>
 
44
          </ul>
 
45
        </nav>
36
46
        {% endblock second_nav %}
37
47
 
38
48
        <div id="main-content" class="inner-wrapper">