~gandelman-a/+junk/test-catalog

« back to all changes in this revision

Viewing changes to static/templates/base-head.html

  • Committer: Adam Gandelman
  • Date: 2014-01-31 00:42:45 UTC
  • Revision ID: adamg@canonical.com-20140131004245-g20z92bg8bv8htfi
Implements basic searching in test-catalog frontend

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        {% for p in pipelines %}
19
19
         <li><a href='{{ url_for('pipeline', pipeline_id=p['pipeline_id']) }}' tabindex=1>{{ p['parent_build_tag'] }}</a></li>
20
20
        {% endfor %}
 
21
        </small>
21
22
  </ul>
22
23
</div>
23
24