diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 8d1a2bbcb..7e6096bc3 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -175,6 +175,10 @@ body.admin { padding: rem-calc(6) rem-calc(12); } +.button.tiny.success { + margin-left: rem-calc(12); +} + // 04. Stats // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/views/admin/comments/index.html.erb b/app/views/admin/comments/index.html.erb index 5a0b8f967..87b25680d 100644 --- a/app/views/admin/comments/index.html.erb +++ b/app/views/admin/comments/index.html.erb @@ -1,18 +1,33 @@

<%= t("admin.comments.index.title") %>

+ + + +

<%= page_entries_info @comments %>