Sha256: 4d46e622d9dec43e68239d588b778e5c5f4a96f8c6779509a5aa9de4174e4a26

Contents?: true

Size: 937 Bytes

Versions: 2

Compression:

Stored size: 937 Bytes

Contents

.mdl-layout.mdl-js-layout.mdl-layout--fixed-header
  = render partial: "jobshop/shared/authenticated_header"
  %main.mdl-layout__content
    .dialog-box
      .dialog-box__header
        %i.material-icons location_city
      .dialog-box__content
        = simple_form_for @thing, url: welcome_things_path do |f|
          .mdl-card__supporting-text
            %h4 First Product

            %p
              How do you identify this particular product? You can enter an
              <strong>SKU</strong>, a <strong>Part Number</strong> or any other
              unique identifier your team may be using. We'll use this to look
              up the product again in the future.

            = hidden_field_tag(:id, @thing.id, id: nil) if @thing.persisted?
            = f.input :identifier, label: "Product Identifier", as: :string

          .mdl-card__actions
            .expand
            = f.button :submit, raw("Next &raquo;")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jobshop-0.0.131 app/views/jobshop/welcome/things/new.html.haml
jobshop-0.0.127 app/views/jobshop/welcome/things/new.html.haml