changeset 580:7dbeb55fe533

changed icon for shortlog
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 00:55:34 +0200
parents 6d0474c7e645
children 136ad719d9e2
files rhodecode/templates/base/base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Mon Oct 11 00:52:13 2010 +0200
+++ b/rhodecode/templates/base/base.html	Mon Oct 11 00:55:34 2010 +0200
@@ -115,7 +115,7 @@
                 <li ${is_current('shortlog')}>
                    <a title="${_('Shortlog')}" href="${h.url('shortlog_home',repo_name=c.repo_name)}">
                    <span class="icon">
-                       <img src="/images/icons/application_double.png" alt="${_('Shortlog')}" />
+                       <img src="/images/icons/application_view_list.png" alt="${_('Shortlog')}" />
                    </span>
                    <span>${_('Shortlog')}</span>                 
                    </a>