Sha256: 787687bd2f6a86b91c7482012896140a72cb691f3e6341b75a8af21bc5b8ff82
Contents?: true
Size: 395 Bytes
Versions: 2
Compression:
Stored size: 395 Bytes
Contents
= semantic_form_for @activity do |f| = f.inputs do .row .span6= f.input :person, :as => :combobox .span6= f.input :project, :as => :combobox .row .span6= f.input :date, :as => :date_field .span6= f.input :duration, :as => :string .row .span12= f.input :remarks, :input_html => {:rows => 2, :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/activities/_form.html.haml |
bookyt_projects-0.19.17 | app/views/activities/_form.html.haml |