Changeset - 134e169f11a4
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 15 years ago 2011-01-31 16:23:23
marcin@python-works.com
template fix for changeset ranges
2 files changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -1463,12 +1463,17 @@ text-align:right;
 
#changeset_content .container .left .message {
 
font-style:italic;
 
color:#556CB5;
 
white-space:pre-wrap;
 
}
 
 
.cs_files .cur_cs{
 
margin:10px 2px;
 
font-weight: bold;
 
}
 
 
.cs_files .cs_added {
 
background:url("../images/icons/page_white_add.png") no-repeat scroll 3px;
 
height:16px;
 
padding-left:20px;
 
margin-top:7px;
 
text-align:left;
rhodecode/templates/changeset/changeset_range.html
Show inline comments
 
@@ -38,13 +38,13 @@
 
			<div class="container">
 
            
 
	        </div>
 
	        <span style="font-size:1.1em;font-weight: bold">${_('Files affected')}</span>
 
	        <div class="cs_files">
 
	               %for cs in c.cs_ranges:
 
	                   ${cs}
 
	                   <div class="cur_cs">r${cs}</div>
 
	                %for change,filenode,diff,cs1,cs2 in c.changes[cs.raw_id]:
 
	                    <div class="cs_${change}">${h.link_to(filenode.path,h.url.current(anchor=h.repo_name_slug('C%s-%s' % (cs.short_id,filenode.path))))}</div>
 
	                %endfor
 
	               %endfor 
 
	        </div>         
 
	    </div>
0 comments (0 inline, 0 general)