Sha256: 948469d2f4f6db4f7b844379f6e50e0fae58a89ccd621c7a4550323f925d2f71
Contents?: true
Size: 391 Bytes
Versions: 1
Compression:
Stored size: 391 Bytes
Contents
= semantic_form_for @charge_rate do |f| = f.semantic_errors = f.inputs do = f.input :title = f.input :code = f.input :rate, :input_html => {:style => "width: 3em"} = f.input :person, :as => :combobox = f.inputs t('title.period') do = f.input :duration_from, :as => :date_field = f.input :duration_to, :as => :date_field = f.buttons do = f.commit_button
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/charge_rates/_form.html.haml |