From daf7172f12c74a071d8b91db6a241a35cad6cd50 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Fri, 21 Feb 2020 01:55:29 +0100 Subject: Clean up the changelogs Signed-off-by: Max Magorsch --- app/views/packages/_changelog_entry.html.erb | 18 ++++++++---------- app/webpack/src/stylesheets/packages.scss | 1 + 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/views/packages/_changelog_entry.html.erb b/app/views/packages/_changelog_entry.html.erb index a48b892..a9c93ab 100644 --- a/app/views/packages/_changelog_entry.html.erb +++ b/app/views/packages/_changelog_entry.html.erb @@ -1,18 +1,16 @@
  • - <%= annotate_bugs changelog.message.lines.first %> + <%= annotate_bugs changelog.message.lines.first %><%= link_to_gitweb_commit changelog.id%> diff --git a/app/webpack/src/stylesheets/packages.scss b/app/webpack/src/stylesheets/packages.scss index 9b0379e..e4acf30 100644 --- a/app/webpack/src/stylesheets/packages.scss +++ b/app/webpack/src/stylesheets/packages.scss @@ -71,6 +71,7 @@ .kk-commit { font-family: monospace; + color: #8a8a8a; } .kk-changelog-diffstat { -- cgit v1.2.3-65-gdbad