aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_censor_rule/new.rhtml
blob: 36de5f0f1d49396f3db46ffd73729f8c9f7fcf21 (plain)
1
2
3
4
5
6
7
8
9
<% @title = 'New censor rule' %>

<h1><%=@title%></h1>

<% form_tag 'create' do %>
  <%= render :partial => 'form', :locals => { :info_request => @info_request } %>
  <p><%= submit_tag "Create" %></p>
<% end %>