Sha256: 4f8abe923274084a40833196d7f38f9aa2cddb63675ea17850acdaf92f68bd28
Contents?: true
Size: 639 Bytes
Versions: 80
Compression:
Stored size: 639 Bytes
Contents
.panel.dropShadow .panel-content = form_for product, :url => product.persisted? ? co_tailors_product_path(product) : co_tailors_products_path do |f| .row .col-xs-6 .input-field = f.text_field :kind = f.label "kind (shirt, pants, suit)" .input-field = f.text_field :title = f.label "title" .input-field = f.number_field :cost = f.label "cost (cents)" = f.submit .col-xs-6 .input-field = f.text_area :description, :style => "height: 200px;" = f.label "description"
Version data entries
80 entries across 80 versions & 1 rubygems