changeset 4632:19ae5f4ed266

application_double.png: use new icon-docs font
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 15 Jul 2014 18:16:03 -0500
parents e01ee7ddbd10
children dbf7341d10b1
files kallithea/public/images/icons/application_double.png kallithea/templates/changeset/diff_block.html kallithea/templates/files/diff_2way.html
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file kallithea/public/images/icons/application_double.png has changed
--- a/kallithea/templates/changeset/diff_block.html	Tue Jul 15 18:09:14 2014 -0500
+++ b/kallithea/templates/changeset/diff_block.html	Tue Jul 15 18:16:03 2014 -0500
@@ -22,7 +22,7 @@
                       <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')}"/>
+                      <i class="icon-docs"></i>
                   </a>
                   <a href="${h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(path),diff2=cs2,diff1=cs1,diff='raw')}" class="tooltip" title="${h.tooltip(_('Raw diff'))}">
                       <i class="icon-diff"></i>
@@ -92,7 +92,7 @@
               </div>
               <div class="diff-actions">
                 <a href="${h.url('files_diff_2way_home',repo_name=c.cs_repo.repo_name,f_path=h.safe_unicode(filenode_path),diff1=c.a_rev,diff2=c.cs_rev,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')}"/>
+                  <i class="icon-docs"></i>
                 </a>
                 ${c.ignorews_url(request.GET)}
                 ${c.context_url(request.GET)}
--- a/kallithea/templates/files/diff_2way.html	Tue Jul 15 18:09:14 2014 -0500
+++ b/kallithea/templates/files/diff_2way.html	Tue Jul 15 18:16:03 2014 -0500
@@ -47,7 +47,7 @@
                           <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')}"/>
+                          <i class="icon-docs"></i>
                       </a>
                       <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='raw')}" class="tooltip" title="${h.tooltip(_('Raw diff'))}">
                           <i class="icon-diff"></i>