Changeset - 5dbc4e4a7d01
[Not reviewed]
default
0 3 0
Sean Farley - 11 years ago 2015-02-23 07:04:08
sean.michael.farley@gmail.com
font: rename icon-folder-close to icon-folder
3 files changed with 3 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/repo_groups/repo_group_edit.html
Show inline comments
 
@@ -39,10 +39,8 @@
 
        <ul class="nav nav-pills nav-stacked">
 
          <li>
 
           <div class="gravatar_box" style="height: 26px">
 
             <div class="gravatar" style="float: left">
 
                <i class="icon-folder-close" style="font-size: 26px"></i>
 
             </div>
 
               <div class="truncate" style="margin:10px 0px 10px 0px; color:#5f5f5f; float:left; width: 100px">
 
                 <i class="icon-folder"></i>
 
                <strong>${c.repo_group.name}</strong>
 
               </div>
 
           </div>
kallithea/templates/data_table/_dt_elements.html
Show inline comments
 
@@ -205,7 +205,7 @@
 
<%def name="repo_group_name(repo_group_name, children_groups)">
 
  <div style="white-space: nowrap">
 
  <a href="${h.url('repos_group_home',group_name=repo_group_name)}">
 
    <i class="icon-folder-close" title="${_('Repository group')}"></i> ${h.literal(' &raquo; '.join(children_groups))}</a>
 
    <i class="icon-folder" title="${_('Repository group')}"></i> ${h.literal(' &raquo; '.join(children_groups))}</a>
 
  </div>
 
</%def>
 

	
kallithea/templates/index_base.html
Show inline comments
 
@@ -53,7 +53,7 @@
 
                    <tr>
 
                        <td>
 
                            <div style="white-space: nowrap">
 
                                <a href="${url('repos_group_home',group_name=gr.group_name)}"><i class="icon-folder-close"></i> ${gr.name}</a>
 
                                <a href="${url('repos_group_home',group_name=gr.group_name)}"><i class="icon-folder"></i> ${gr.name}</a>
 
                            </div>
 
                        </td>
 
                        %if c.visual.stylify_metatags:
0 comments (0 inline, 0 general)