Skip to content

Commit

Permalink
Use in-line syntax for content_for :stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Jul 16, 2018
1 parent 0e9cd9b commit 5575ad5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/app/views/refinery/admin/images/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,5 @@
<%= javascript_include_tag 'refinery/image_crop' %>
<% end %>
<% content_for :stylesheets do %>
<%= stylesheet_link_tag('refinery/plugins/cropper') %>
<% end %>
<% content_for :stylesheets, stylesheet_link_tag('refinery/plugins/cropper') -%>
<% end %>

0 comments on commit 5575ad5

Please sign in to comment.