diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-27 16:24:12 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-19 17:31:36 +0000 |
commit | 26d652dc89dc0b66f6aa206c0756afcc697b3fd5 (patch) | |
tree | ad185e6ed5f4356df1a3b1df5e488c3cb635062a | |
parent | 1d9b1b11b32762e9039370f90326922c110dcc74 (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 b4ff70e32..6c3070d97 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 %> |