Sha256: f34e4b60e01fc222970cf1281bce6c3ac60370455799ff33908dde722aa33ab9

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

<%= simple_form_for(@payment_status) do |f| %>
  <%= f.error_notification %>

  <div class="form-group">
        <%= f.input :name %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, class: "btn btn-primary" %>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mechanize-store-0.0.1 app/views/mechanize_store/payment_statuses/_form.html.erb