diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-27 16:24:12 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-09-30 10:35:12 +0100 |
commit | 8f692be541a09f0748673aa275bce96720cdf5d1 (patch) | |
tree | 133067d802e3933969f5b0e8ef771036496d1f2c | |
parent | f5d96270d535db818ed3fe403ab95459fbcadbe4 (diff) |
Fix the use of jquery.Jcrop for profile photos
-rw-r--r-- | app/assets/stylesheets/jquery.Jcrop.css (renamed from public/stylesheets/jquery.Jcrop.css) | 0 | ||||
-rw-r--r-- | app/views/layouts/default.html.erb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/jquery.Jcrop.css b/app/assets/stylesheets/jquery.Jcrop.css index 24925dc94..24925dc94 100644 --- a/public/stylesheets/jquery.Jcrop.css +++ b/app/assets/stylesheets/jquery.Jcrop.css diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index b8d49c96f..35bf85d03 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -20,7 +20,7 @@ <%= javascript_include_tag "application" %> <% if @profile_photo_javascript %> <%= javascript_include_tag "profile-photos" %> - <link rel="stylesheet" href="/stylesheets/jquery.Jcrop.css" type="text/css" > + <%= stylesheet_link_tag "jquery.Jcrop" %> <% end %> <% if @feed_autodetect %> |