app/views/containers/steps/configuration.html.erb in foreman_docker-1.0.0 vs app/views/containers/steps/configuration.html.erb in foreman_docker-1.0.1

- old
+ new

@@ -1,6 +1,6 @@ <%= render :layout => 'title', :locals => { :step => 3 } do %> - <%= form_for @configuration, :url => wizard_path, :method => :put do |f| %> + <%= form_for @docker_container_wizard_states_configuration, :url => wizard_path, :method => :put do |f| %> <h3><%= _("Basic options") %></h3> <%= text_f f, :name, :size => 'col-md-4' %> <%= text_f f, :command, :size => 'col-md-4' %> <%= text_f f, :entrypoint, :size => 'col-md-4', :placeholder => '/bin/sh -c by default' %> <hr>