# HG changeset patch # User Marcin Kuzminski # Date 1366066754 -7200 # Node ID 5a8918aba869c3d34fd33c8aaef61ef0292cc283 # Parent c7970889c5c0228036e3d18fbd8ad3b9006ac4c1 show comments in summary changelog overview diff -r c7970889c5c0 -r 5a8918aba869 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Tue Apr 16 00:44:48 2013 +0200 +++ b/rhodecode/public/css/style.css Tue Apr 16 00:59:14 2013 +0200 @@ -2590,6 +2590,7 @@ } #graph_content .comments-container, +#shortlog_data .comments-container, #graph_content .logtags { display: block; float: left; @@ -2688,7 +2689,13 @@ padding: 5px 0; } -#graph_content .comments-cnt a { +#shortlog_data .comments-cnt { + color: rgb(136, 136, 136); + padding: 3px 0; +} + +#graph_content .comments-cnt a, +#shortlog_data .comments-cnt a { background-image: url('../images/icons/comments.png'); background-repeat: no-repeat; background-position: 100% 50%; diff -r c7970889c5c0 -r 5a8918aba869 rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Tue Apr 16 00:44:48 2013 +0200 +++ b/rhodecode/templates/changelog/changelog.html Tue Apr 16 00:59:14 2013 +0200 @@ -101,7 +101,7 @@
${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
↓ ${_('Show more')} ↓
- %if c.comments.get(cs.raw_id,[]): + %if c.comments.get(cs.raw_id):