Sha256: d92a8c04784840160817181fda234a63cffd4a1f39a921d1d552b81e6d4d93fa
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
= semantic_form_for @task do |f| #when:date from:datetime to:datetime person_id:integer project_id:integer comment:string = f.inputs do = f.input :person = f.input :project = f.inputs do = f.input :when, :as => :date_field = f.input :from, :as => :time_field = f.input :to, :as => :time_field = f.inputs do = f.input :comment = f.buttons do = f.commit_button
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bookyt_projects-0.2.2 | app/views/tasks/_form.html.haml |
bookyt_projects-0.2.1 | app/views/tasks/_form.html.haml |
bookyt_projects-0.2.0 | app/views/tasks/_form.html.haml |