diff options
Diffstat (limited to 'app/views/layouts/default.html.erb')
-rw-r--r-- | app/views/layouts/default.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> |