##// END OF EJS Templates
changed icon for shortlog
marcink -
r580:7dbeb55f default
parent child Browse files
Show More
@@ -115,7 +115,7 b''
115 <li ${is_current('shortlog')}>
115 <li ${is_current('shortlog')}>
116 <a title="${_('Shortlog')}" href="${h.url('shortlog_home',repo_name=c.repo_name)}">
116 <a title="${_('Shortlog')}" href="${h.url('shortlog_home',repo_name=c.repo_name)}">
117 <span class="icon">
117 <span class="icon">
118 <img src="/images/icons/application_double.png" alt="${_('Shortlog')}" />
118 <img src="/images/icons/application_view_list.png" alt="${_('Shortlog')}" />
119 </span>
119 </span>
120 <span>${_('Shortlog')}</span>
120 <span>${_('Shortlog')}</span>
121 </a>
121 </a>
General Comments 0
You need to be logged in to leave comments. Login now