Sha256: f921dcbcc6562594a3426a457448c073a2e6be045f6292349a0a0ee43f357a52
Contents?: true
Size: 352 Bytes
Versions: 5
Compression:
Stored size: 352 Bytes
Contents
= simple_form_for @activity do |f| .row-fluid .span6= f.association :person, :as => :combobox .span6= f.association :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
5 entries across 5 versions & 1 rubygems