Changeset - 0ba1736437e0
[Not reviewed]
beta
0 2 0
Leonardo - 13 years ago 2013-03-04 12:18:34
leo@unity3d.com
hiding the unfinished branch/revision changer
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/contextbar.css
Show inline comments
 
@@ -232,6 +232,7 @@ ul#context-actions {
 
#context-state {
 
	background-color: #336699;
 
	border-top: 1px solid #517da8;
 
	min-height: 36px;
 
/*	overflow: hidden;*/
 
}
 

	
rhodecode/templates/base/base.html
Show inline comments
 
@@ -109,10 +109,11 @@
 
      %endif
 
    </div>
 
    <div id="context-state">
 
      <button id="revision-changer">
 
      <!--button id="revision-changer">
 
        <span class="branch-name">graphics/shader-move</span>
 
        <span class="revision">@73318:8d3d6ee94072</span>
 
      </button>
 
      </button-->
 
      &nbsp;
 
      <ul id="context-pages" class="horizontal-list">
 
        <li ${is_current('summary')}><a href="${h.url('summary_home', repo_name=c.repo_name)}" class="summary">${_('Summary')}</a></li>
 
        <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelogs')}</a></li>
0 comments (0 inline, 0 general)