Changeset - cfd7894f2d00
[Not reviewed]
default
0 1 0
Rasmus Selsmark - 11 years ago 2014-08-28 11:42:44
rasmuss@unity3d.com
Added Settings to repo context menu
1 file changed with 8 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/data_table/_dt_elements.html
Show inline comments
 
@@ -39,6 +39,14 @@
 
       <span>${_('Fork')}</span>
 
       </a>
 
    </li>
 
    <li>
 
       <a title="${_('Settings')}" href="${h.url('edit_repo',repo_name=repo_name)}">
 
       <span class="icon">
 
           <i class="icon-cog"></i>
 
       </span>
 
       <span>${_('Settings')}</span>
 
       </a>
 
    </li>
 
  </ul>
 
</%def>
 

	
0 comments (0 inline, 0 general)