Sha256: 04352627ab8c189a15f42a9797ec2e1cdb709e1b6fe3f19784cc374d9d0531bb
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
= semantic_form_for @salary, :remote => request.xhr? do |f| = f.semantic_errors = f.inputs do = f.input :state, :collection => invoice_states_as_collection = f.input :employer, :as => :combobox = f.input :employee, :as => :combobox = f.input :title = f.input :duration_from, :as => :date_field = f.input :duration_to, :as => :date_field = f.input :amount, :input_html => {:size => 12} = f.input :remarks, :input_html => {:rows => 4} = f.buttons do = f.commit_button
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/salaries/_form.html.haml |