##// END OF EJS Templates
updated requirements and readme
updated requirements and readme

File last commit:

r282:237470e6 default
r344:ab5d9170 default
Show More
tags.html
19 lines | 439 B | text/html | HtmlLexer
<%inherit file="/base/base.html"/>
<%def name="title()">
${_('Tags')}
</%def>
<%def name="breadcrumbs()">
${h.link_to(u'Home',h.url('/'))}
/
${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
/
${_('tags')}
</%def>
<%def name="page_nav()">
${self.menu('tags')}
</%def>
<%def name="main()">
<h2 class="no-link no-border">${_('Tags')}</h2>
<%include file='tags_data.html'/>
</%def>