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
 
@@ -56,7 +56,6 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
 
								</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>
0 comments (0 inline, 0 general)