% title _("Create Snapshot") %>
<%= form_tag("create", method: "post") do %>
<%= link_to("Cancel", "/foreman_xen/snapshots/#{@host.id}", :id => "cancel_button", :class => "btn btn-danger") %>
<%= submit_tag("Create", class: "btn btn-primary") %>
<% end %>