Sha256: 647e11dbadc617246b2d1356a38d1ff359412be0e2ec03ce34e605d02e588b2b

Contents?: true

Size: 635 Bytes

Versions: 1

Compression:

Stored size: 635 Bytes

Contents

#direct_booking_form
  = semantic_form_for @direct_booking, :as => :direct_booking, :url => direct_bookings_path, :remote => true do |booking|
    = booking.semantic_errors
    = booking.hidden_field :title
    = booking.hidden_field :debit_account_id
    = booking.hidden_field :credit_account_id
    = booking.hidden_field :reference_id
    = booking.hidden_field :reference_type
    = booking.text_field :value_date, :style => 'width: 12em', "data-autofocus" => true
    Betrag: #{booking.text_field :amount, :style => 'width: 6em'}
    Text: #{booking.text_field :comments, :style => 'width: 26em'}
    \#{booking.submit "Buchen"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/views/direct_bookings/_form.html.haml