source: server/trunk/web/root/templates/html/rpms/menu.tt @ 223

Last change on this file since 223 was 223, checked in by nanardon, 13 years ago
  • add the name of rpm on rpms pages
  • Property svn:keyword set to Id
  • Property svn:keywords set to Id
File size: 516 bytes
Line 
1<!-- $Id$ -->
2
3<h2>[% rpms.info.filename | html %]</h2>
4
5<ul id="sophie_rpms_menu" class="flat_menu">
6<li><a href="[% c.uri_for('/', rpmurl) %]">Info</a></li>
7<li><a href="[% c.uri_for('/', rpmurl, 'deps') %]">Deps</a></li>
8<li><a href="[% c.uri_for('/', rpmurl, 'files') %]">Files</a></li>
9<li><a href="[% c.uri_for('/', rpmurl, 'changelog') %]">ChangeLog</a></li>
10<li><a href="[% c.uri_for('/', rpmurl, 'location') %]">Location</a></li>
11<li><a href="[% c.uri_for('/', rpmurl, 'analyse') %]">Analyse</a></li>
12</ul>
Note: See TracBrowser for help on using the repository browser.