Sha256: 50132fc8031ebe15998a6807a144546502a13e78a11252a06b97d1a0736e4e8b
Contents?: true
Size: 421 Bytes
Versions: 8
Compression:
Stored size: 421 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.association :client, :as => :combobox .span6 = f.association :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
8 entries across 8 versions & 1 rubygems