Sha256: bfcfdfbff0a704ee1f06ce2d27280862bcec82aa1d14d604c8ca9b07b27b0b9d
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
= simple_form_for @project do |f| .row-fluid .span6 = f.input :name, :input_html => {'data-autofocus' => 'true'} = f.input :duration_from, :as => :date_field = f.input :client, :as => :combobox .span6 = f.input :project_state = f.input :duration_to, :as => :date_field .row-fluid .span12 = f.input :remarks, :input_html => {:rows => 5} = f.button :submit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt_projects-0.19.20 | app/views/projects/_form.html.haml |