searching works now (pager missing)
[phorkie.git] / data / templates / list.htm
index 4e2e4a677f847d17440c431e0dfabc642b5853e1..b92e5882873287653b601c0c708b72c1cc1a78d5 100644 (file)
@@ -4,12 +4,7 @@
 {% block content %}
 <ul class="nav nav-pills nav-stacked">
 {% for repo in repos %}
 {% block content %}
 <ul class="nav nav-pills nav-stacked">
 {% for repo in repos %}
- <li>
-  <a href="{{repo.getLink('display')}}">
-   {{repo.id}}
-   {{repo.getDescription}}
-  </a>
- </li>
+ {% include 'repo-list.htm' %}
 {% endfor %}
 </ul>
 
 {% endfor %}
 </ul>