diff options
author | Philip Arndt <parndt@gmail.com> | 2010-09-02 18:20:51 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-09-02 18:20:51 +1200 |
commit | 0900c0e8653dcdf4007c8acf5e9c14bda4c4514a (patch) | |
tree | 520ee2c9e9a2ba3cfbd9c738eccde036d2824c3a /app | |
parent | 5c71c0aaa5c96683b56d2d8af0dfdac8424e41d2 (diff) | |
download | refinerycms-blog-0900c0e8653dcdf4007c8acf5e9c14bda4c4514a.tar.gz refinerycms-blog-0900c0e8653dcdf4007c8acf5e9c14bda4c4514a.tar.bz2 refinerycms-blog-0900c0e8653dcdf4007c8acf5e9c14bda4c4514a.zip |
Include stylesheet on comment show page and add missing translations
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/blog/comments/show.html.erb | 6 |
1 files changed, 5 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 |