diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin_censor_rule/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_censor_rule/new.rhtml b/app/views/admin_censor_rule/new.rhtml index 6cac58b3b..c991f327e 100644 --- a/app/views/admin_censor_rule/new.rhtml +++ b/app/views/admin_censor_rule/new.rhtml @@ -3,7 +3,7 @@ <h1><%=@title%></h1> <% form_tag 'create', :class => "form form-horizontal" do %> - <%= render :partial => 'form', :locals => { :info_request => @info_request, :user => @user } %> + <%= render :partial => 'form', :locals => { :info_request => @info_request, :user => @censor_user } %> <div class="form-actions"> <%= submit_tag "Create", :class => "btn btn-primary" %> </div> |