comparison rhodecode/templates/journal/journal.html @ 3293:09ba877db6d3 beta

user edit and journal: drop "Add repo" - it has a more natural location in the "group"
author Mads Kiilerich <madski@unity3d.com>
date Thu, 31 Jan 2013 23:27:21 +0100
parents 1ac47c961f70
children 2e618376cef8
comparison
equal deleted inserted replaced
3292:2464ac75d77a 3293:09ba877db6d3
54 <span><a id="show_watched" class="link-white current" href="#watched">${_('Watched')}</a> </span> 54 <span><a id="show_watched" class="link-white current" href="#watched">${_('Watched')}</a> </span>
55 </li> 55 </li>
56 <li> 56 <li>
57 <span><a id="show_my" class="link-white" href="#my">${_('My repos')}</a> </span> 57 <span><a id="show_my" class="link-white" href="#my">${_('My repos')}</a> </span>
58 </li> 58 </li>
59 %if h.HasPermissionAny('hg.admin','hg.create.repository')():
60 <li>
61 <span>${h.link_to(_('Add repo'),h.url('admin_settings_create_repository'))}</span>
62 </li>
63 %endif
64 </ul> 59 </ul>
65 </div> 60 </div>
66 61
67 <!-- end box / title --> 62 <!-- end box / title -->
68 <div id="my_container" style="display:none"> 63 <div id="my_container" style="display:none">