Sha256: 28d3c3152006ddc9872c12841297745bc4955ff7d42ef39b05a76cc2b00d2ed7

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

<%= @title %>

<% provide(:title, "Upload product") %>
<h1>Choose a category</h1>

<div class="row">
  <div class="col-md-6 col-md-offset-3">
    <%= form_for(:product, url: seller_upload_path) do |f| %>

      <%= f.label :title %>
      <%= f.text_field :title, class: 'form-control' %>


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_marketplace-0.0.2 app/views/rails_marketplace/seller/step_two.html.erb
rails_marketplace-0.0.1 app/views/rails_marketplace/seller/step_two.html.erb