diff --git a/app/views/permissions/edit.html.erb b/app/views/permissions/edit.html.erb index e2b063f..b9a980a 100644 --- a/app/views/permissions/edit.html.erb +++ b/app/views/permissions/edit.html.erb @@ -21,23 +21,17 @@ function check_all(form_name, field_name, checkbox_value) <%= form_for :permission, :action => url(:permission, @author), :id => 'permission_form' do -%> -<%= hidden_field :name => '_method', :value => 'put' %> +<%= hidden_field :name => '_method', :value => 'put' -%>
<%= submit 'Save' %>
-<% end -%> +<% end =%>