diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -803,9 +803,9 @@ def action_parser(user_log, feed=False, 'admin_updated_users_group': (_('[updated] user group'), get_users_group, 'icon-pencil icon-pencil-colored'), 'user_commented_revision': (_('[commented] on revision in repository'), - get_cs_links, 'icon-comment icon-comment-colored'), + get_cs_links, 'icon-comment'), 'user_commented_pull_request': (_('[commented] on pull request for'), - get_pull_request, 'icon-comment icon-comment-colored'), + get_pull_request, 'icon-comment'), 'user_closed_pull_request': (_('[closed] pull request for'), get_pull_request, 'icon-ok'), 'push': (_('[pushed] into'), diff --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html --- a/kallithea/templates/changelog/changelog_summary_data.html +++ b/kallithea/templates/changelog/changelog_summary_data.html @@ -32,7 +32,7 @@
- ${len(c.comments[cs.raw_id])} + ${len(c.comments[cs.raw_id])}
diff --git a/kallithea/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html +++ b/kallithea/templates/compare/compare_cs.html @@ -30,7 +30,7 @@
${len(c.cs_comments[cs.raw_id])} - +