comparison rhodecode/templates/tags/tags.html @ 3601:51da0e019248 beta

repository pages: cleanup of use of repository context menu
author Mads Kiilerich <madski@unity3d.com>
date Tue, 26 Mar 2013 17:19:52 +0100
parents 1f334a68d057
children eacd33e0c5b3
comparison
equal deleted inserted replaced
3600:727119201a42 3601:51da0e019248
2 <%inherit file="/base/base.html"/> 2 <%inherit file="/base/base.html"/>
3 3
4 <%def name="title()"> 4 <%def name="title()">
5 ${_('%s Tags') % c.repo_name} &middot; ${c.rhodecode_name} 5 ${_('%s Tags') % c.repo_name} &middot; ${c.rhodecode_name}
6 </%def> 6 </%def>
7
8 7
9 <%def name="breadcrumbs_links()"> 8 <%def name="breadcrumbs_links()">
10 <input class="q_filter_box" id="q_filter_tags" size="15" type="text" name="filter" value="${_('quick filter...')}"/> 9 <input class="q_filter_box" id="q_filter_tags" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
11 ${_('Tags')} 10 ${_('Tags')}
12 </%def> 11 </%def>
13 12
14 <%def name="page_nav()"> 13 <%def name="page_nav()">
15 ${self.menu('tags')} 14 ${self.menu('tags')}
16 </%def> 15 </%def>
16
17 <%def name="main()"> 17 <%def name="main()">
18 ${self.context_bar('switch-to')} 18 ${self.context_bar('switch-to')}
19 <div class="box"> 19 <div class="box">
20 <!-- box / title --> 20 <!-- box / title -->
21 <div class="title"> 21 <div class="title">