##// END OF EJS Templates
hiding the unfinished branch/revision changer
Leonardo -
r3528:0ba17364 beta
parent child Browse files
Show More
@@ -232,6 +232,7 b' ul#context-actions {'
232 232 #context-state {
233 233 background-color: #336699;
234 234 border-top: 1px solid #517da8;
235 min-height: 36px;
235 236 /* overflow: hidden;*/
236 237 }
237 238
@@ -109,10 +109,11 b''
109 109 %endif
110 110 </div>
111 111 <div id="context-state">
112 <button id="revision-changer">
112 <!--button id="revision-changer">
113 113 <span class="branch-name">graphics/shader-move</span>
114 114 <span class="revision">@73318:8d3d6ee94072</span>
115 </button>
115 </button-->
116 &nbsp;
116 117 <ul id="context-pages" class="horizontal-list">
117 118 <li ${is_current('summary')}><a href="${h.url('summary_home', repo_name=c.repo_name)}" class="summary">${_('Summary')}</a></li>
118 119 <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelogs')}</a></li>
General Comments 0
You need to be logged in to leave comments. Login now