changeset 4668:4f6f46362385

icon-sliders: replace with icon-wrench
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 21 Jul 2014 20:19:51 -0500
parents 8a2611cf41ac
children d3e41fc2dd0e
files kallithea/templates/base/base.html kallithea/templates/data_table/_dt_elements.html
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/base/base.html	Mon Jul 21 13:28:54 2014 -0500
+++ b/kallithea/templates/base/base.html	Mon Jul 21 20:19:51 2014 -0500
@@ -160,9 +160,9 @@
         </li>
         <li ${is_current('options')}>
              %if h.HasRepoPermissionAll('repository.admin')(c.repo_name):
-               <a href="${h.url('edit_repo',repo_name=c.repo_name)}" class="dropdown"><i class="icon-sliders"></i> ${_('Options')}</a>
+               <a href="${h.url('edit_repo',repo_name=c.repo_name)}" class="dropdown"><i class="icon-wrench"></i> ${_('Options')}</a>
              %else:
-               <a href="#" class="dropdown"><i class="icon-sliders"></i> ${_('Options')}</a>
+               <a href="#" class="dropdown"><i class="icon-wrench"></i> ${_('Options')}</a>
              %endif
           <ul>
              %if h.HasRepoPermissionAll('repository.admin')(c.repo_name):
--- a/kallithea/templates/data_table/_dt_elements.html	Mon Jul 21 13:28:54 2014 -0500
+++ b/kallithea/templates/data_table/_dt_elements.html	Mon Jul 21 20:19:51 2014 -0500
@@ -87,7 +87,7 @@
       <a href="${h.url('summary_home',repo_name=fork_of.repo_name)}"><i class="icon-fork"></i></a>
     %endif
     %if rstate == 'repo_state_pending':
-      <i class="icon-sliders" style="color: #036185;" title="${_('Repository creating in progress...')}"></i>
+      <i class="icon-wrench" style="color: #036185;" title="${_('Repository creating in progress...')}"></i>
     %endif
   </div>
 </%def>