<% title _("Create Snapshot") %> <%= form_tag("create", method: "post") do %>
<%= label_tag 'name', 'Name:', class: 'col-md-2 control-label' %>
<%= text_field_tag(:name, nil, class: "form-control") %>
<%= link_to("Cancel", "/foreman_xen/snapshots/#{@host.id}", :id => "cancel_button", :class => "btn btn-danger") %> <%= submit_tag("Create", class: "btn btn-primary") %>
<% end %>