changeset 4631:e01ee7ddbd10

page_white_go.png: use new icon-file-code font
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 15 Jul 2014 18:09:14 -0500
parents 5839c1842bff
children 19ae5f4ed266
files kallithea/public/images/icons/page_white_go.png kallithea/templates/changeset/diff_block.html kallithea/templates/files/diff_2way.html
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file kallithea/public/images/icons/page_white_go.png has changed
--- a/kallithea/templates/changeset/diff_block.html	Tue Jul 15 16:05:14 2014 -0500
+++ b/kallithea/templates/changeset/diff_block.html	Tue Jul 15 18:09:14 2014 -0500
@@ -19,7 +19,7 @@
                 </div>
                 <div class="diff-actions">
                   <a href="${h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(path),diff2=cs2,diff1=cs1,diff='diff',fulldiff=1)}" class="tooltip" title="${h.tooltip(_('Show full diff for this file'))}">
-                      <img class="icon" src="${h.url('/images/icons/page_white_go.png')}"/>
+                      <i class="icon-file-code"></i>
                   </a>
                   <a href="${h.url('files_diff_2way_home',repo_name=c.repo_name,f_path=h.safe_unicode(path),diff2=cs2,diff1=cs1,diff='diff',fulldiff=1)}" class="tooltip" title="${h.tooltip(_('Show full side-by-side diff for this file'))}">
                       <img class="icon" src="${h.url('/images/icons/application_double.png')}"/>
--- a/kallithea/templates/files/diff_2way.html	Tue Jul 15 16:05:14 2014 -0500
+++ b/kallithea/templates/files/diff_2way.html	Tue Jul 15 18:09:14 2014 -0500
@@ -44,7 +44,7 @@
                     </div>
                     <div class="diff-actions">
                       <a href="${h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(c.node1.path),diff2=c.cs2.raw_id,diff1=c.cs1.raw_id,diff='diff',fulldiff=1)}" class="tooltip" title="${h.tooltip(_('Show full diff for this file'))}">
-                          <img class="icon" src="${h.url('/images/icons/page_white_go.png')}"/>
+                          <i class="icon-file-code"></i>
                       </a>
                       <a href="${h.url('files_diff_2way_home',repo_name=c.repo_name,f_path=h.safe_unicode(c.node1.path),diff2=c.cs2.raw_id,diff1=c.cs1.raw_id,diff='diff',fulldiff=1)}" class="tooltip" title="${h.tooltip(_('Show full side-by-side diff for this file'))}">
                           <img class="icon" src="${h.url('/images/icons/application_double.png')}"/>