Sha256: 6889928fafce2bf02844185804093e6d4878dc0329934b263113054bb9554c5f

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

<%= semantic_form_for @customer do |f| %>
  <%= f.semantic_errors %>

  <%= f.inputs do %>
    <%= f.input :email %>
    <%= f.input :description, :input_html => { 
      :class => 'autogrow', 
      :rows => 10, 
      :cols => 20, 
      :maxlength => 10  } %>
    <%= f.input :subscription %>
  <% end %>

  <%= f.buttons do %>
    <%= f.commit_button :button_html => { :class => "primary" } %> 
  <% end %> 
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jackpot-0.0.3 app/views/jackpot/customers/_form.html.erb