Changeset 197


Ignore:
Timestamp:
12/27/10 02:48:03 (13 years ago)
Author:
nanardon
Message:
  • fix showed arch in rpm list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/templates/html/rpms/related.tt

    r193 r197  
    4141[% info = c.forward('/rpms/basicinfo', [ pkgid ]) %] 
    4242<li><a href="[% c.uri_for('/rpms', pkgid ) %]"> 
    43 [% info.name | html %]-[% info.version | html %]-[% info.release %].[% info.arch %] 
     43[% info.name | html %]-[% info.version | html %]-[% info.release | html -%] 
     44[%- IF NOT info.issrc %].[% info.arch | html %][% END %] 
    4445</a></li> 
    4546[% IF loop.last %] 
Note: See TracChangeset for help on using the changeset viewer.