Sha256: 28cc915750403248bb927780ec810c04e72cddf2b5f9b5c8a3ff3551d73f201e
Contents?: true
Size: 498 Bytes
Versions: 2
Compression:
Stored size: 498 Bytes
Contents
= semantic_form_for @project do |f| = f.semantic_errors = f.inputs do .row .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 .span12 = f.input :remarks, :input_html => {:rows => 5, :class => 'span12'} = f.buttons do = f.commit_button
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bookyt_projects-0.19.18 | app/views/projects/_form.html.haml |
bookyt_projects-0.19.17 | app/views/projects/_form.html.haml |