Changeset - fe64fecda0fd
[Not reviewed]
beta
0 2 0
Aras Pranckevicius - 14 years ago 2012-01-27 07:05:50
aras@unity3d.com
changeset: do not uppercase the hash in breadcrumbs
2 files changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -2984,6 +2984,11 @@ table.code-browser .browser-dir {
 
	padding: 11px 0 11px 10px;
 
}
 
 
.breadcrumbs .hash {
 
	text-transform: none;
 
	color: #fff;
 
}
 
 
.breadcrumbs a {
 
	color: #FFF;
 
}
rhodecode/templates/changeset/changeset.html
Show inline comments
 
@@ -11,7 +11,7 @@
 
    »
 
    ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
 
    »
 
    ${_('Changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
 
    ${_('Changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span>
 
</%def>
 

	
 
<%def name="page_nav()">
0 comments (0 inline, 0 general)