diff options
-rw-r--r-- | app/views/admin/blog/comments/show.html.erb | 6 | ||||
-rw-r--r-- | config/locales/en.yml | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/app/views/admin/blog/comments/show.html.erb b/app/views/admin/blog/comments/show.html.erb index 8ed5191..7dbe519 100644 --- a/app/views/admin/blog/comments/show.html.erb +++ b/app/views/admin/blog/comments/show.html.erb @@ -58,4 +58,8 @@ </td> </tr> </table> -</div>
\ No newline at end of file +</div> + +<% content_for :head do %> + <%= stylesheet_link_tag 'refinery/refinerycms-blog' %> +<% end %>
\ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index f137f30..234299b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -12,6 +12,11 @@ en: no_items_yet: There are no categories yet. Click "{{create}}" to add your first category. comments: approved: The comment from '{{author}}' has been approved. + comment: + view_live: View this comment live <br/><em>(opens in a new window)</em> + read: Read this comment + reject: Reject this comment + approve: Approve this comment rejected: The comment from '{{author}}' has been rejected. index: no_items_yet: There are no {{type}} comments. |