Skip to content

Commit

Permalink
Use content_for :body instead :body_content_left (later was removed i…
Browse files Browse the repository at this point in the history
…n Refinery 2.1).
  • Loading branch information
ugisozols committed May 2, 2012
1 parent 44ded64 commit 64c50dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/refinery/inquiries/inquiries/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% content_for :body_content_left do %>
<% content_for :body do %>
<div class='inquiries'>
<%= form_for [refinery, :inquiries, @inquiry] do |f| %>
<%= render :partial => "/refinery/admin/error_messages",
Expand Down

0 comments on commit 64c50dc

Please sign in to comment.