Sha256: 2297e7621fada09c327a6118086f4a0ad876b3e1e5d949b8860aed2ce2a0d43c
Contents?: true
Size: 566 Bytes
Versions: 9
Compression:
Stored size: 566 Bytes
Contents
= simple_form_for @booking, :url => invoice_simple_bookings_path do |f| = f.input :debit_account_id, :as => :hidden = f.input :credit_account_id, :as => :hidden = f.input :reference_id, :as => :hidden = f.input :reference_type, :as => :hidden .row-fluid .span6 = f.input :title, :input_html => {"data-autofocus" => true} .span6 = f.input :value_date, :as => :date_field .row-fluid .span6 = f.input :amount, :as => :string .row-fluid .span12 = f.input :comments, :input_html => {:rows => 4, :class => 'span12'}
Version data entries
9 entries across 9 versions & 1 rubygems