Sha256: 7688dfd0f39bf865c4d9115455206b489786e88d4e67e2ecb4db3f9d25f7763b
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 Bytes
Contents
= simple_form_for @activity do |f| .row-fluid .span6= f.input :person, :as => :combobox .span6= f.input :project, :as => :combobox .row-fluid .span6= f.input :date, :as => :date_field .span6= f.input :duration, :as => :string .row-fluid .span12= f.input :remarks, :input_html => {:rows => 2} = f.button :submit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt_projects-0.19.20 | app/views/activities/_form.html.haml |