diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6e1c8e016..a2d8e994e 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1013,7 +1013,7 @@ a.donate { } } - .paginate ul { + .paginate ul, .note-comments ul { padding-left: 20px; } @@ -1077,7 +1077,7 @@ a.donate { #sidebar_content { .browse-section.header { padding: 20px; - border-bottom: $keyline; + border-bottom: 1px solid #ccc; h2 { padding: 0 0 5px 0; diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index dbf384799..8e277d25f 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,5 +1,20 @@
<%= note_event(@note.created_at, @note.author) %>
-<%= h(@note.comments.first.body.to_html) %>
+ <%= h(@note.comments.first.body.to_html) %> +
<%= t "browse.note.comments" %>
<% @note.comments[1..-1].each do |comment| %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 808234cea..0192641e1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -288,6 +288,7 @@ en: at_by_html: "%{when} ago by %{user}" description: "Description" comments: "Comments" + anonymous: "anonymous" changeset: changeset_paging_nav: showing_page: "Page %{page}"