Sha256: 367649fc71f40ff82dcbd5ad96825508e1e614c71f3b0f83abe860ccd2439c90

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

<%= render 'notice' %>

<%= form_for @migration, url: migrations_path do |f| %>
  <%= f.label :name %>
  <%= f.text_field :name %>

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

  <%= f.submit 'Submit' %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ponytail-0.0.2 app/views/ponytail/migrations/new.html.erb