Sha256: bb21e6f9353c2a6d4b3db6430814b80a0361825c3c11cedce9d5131d8fcfb0ef

Contents?: true

Size: 603 Bytes

Versions: 1

Compression:

Stored size: 603 Bytes

Contents

<%= form_for migration, url: migrations_path do |f| %>
  <%= render 'new_errors', migration: migration %>

  <div class="pt_form_header">
    <div class="pt_class_name">
      <span>Class Name</span>
      <%= f.text_field :name %>
    </div>

    <div class="pt_edit_checkbox">
      <input type="checkbox" class="pt_checkbox" />
      <span>edit</span>
    </div>
  </div>

  <div class="pt_raw_content">
    <%= f.text_area :raw_content, size: '60x20', disabled: true %>
  </div>

  <%= f.submit 'Create File', class: :pt_submit %>
<% end %>

<%= button_to 'Cancel', migrations_path, method: :get %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ponytail-0.3.0 app/views/ponytail/migrations/_migration_file.html.erb