Sha256: fdaad12a07410428feefe7f164574ece47b1d77bcc3805cd453d738253b9c6fe

Contents?: true

Size: 714 Bytes

Versions: 22

Compression:

Stored size: 714 Bytes

Contents

<% title _("Create Snapshot") %>

<%= form_tag("create", method: "post") do %>
    <div class="clearfix">
      <div class="form-group">
        <%= label_tag 'name', 'Name:', class: 'col-md-2 control-label' %>
        <div class="col-md-8">
          <%= text_field_tag(:name, nil, class: "form-control") %>
        </div>

        <div class="col-md-8">

        </div>
      </div>
    </div>
    <div class="row form-group"></div>
    <div class="clearfix">
      <div class="form-actions">
        <%= link_to("Cancel", "/foreman_xen/snapshots/#{@host.id}", :id => "cancel_button", :class => "btn btn-danger") %>
        <%= submit_tag("Create", class: "btn btn-primary") %>
      </div>
    </div>
<% end %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman_xen-1.0.1 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-1.0.0 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.7.1 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.7.0 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.5.4 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.6.1 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.6.0 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.5.3 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.5.2 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.5.1 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.5.0 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.3.2 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.4.1 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.4.0 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.3.1 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.3.0 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.2.4 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.1.8 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.1.7 app/views/foreman_xen/snapshots/new.html.erb
foreman_xen-0.2.3 app/views/foreman_xen/snapshots/new.html.erb