Changeset - 2a159aa3ed2d
[Not reviewed]
beta
0 1 0
Aras Pranckevicius - 14 years ago 2012-01-08 11:19:43
aras@unity3d.com
changelog: remove date, it's moved to tooltip in upstream as well
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/changelog/changelog.html
Show inline comments
 
@@ -53,13 +53,12 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
 
							<div class="author">
 
								<div class="gravatar">
 
									<img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),16)}"/>
 
								</div>
 
								<div title="${cs.author}" class="user">${h.person(cs.author)}</div>
 
							</div>
 
							<div class="date">${cs.date}</div>
 
						</div>
 
						<div class="mid">
 
							<div class="message">${h.link_to(h.wrap_paragraphs(cs.message),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
 
						</div>	
 
						<div class="right">
 
									<div id="${cs.raw_id}_changes_info" class="changes">
0 comments (0 inline, 0 general)