Sha256: e9b7d28233c8563231a67a895d35ba7f36f2328d042b0d7d78577ddb62c74719

Contents?: true

Size: 666 Bytes

Versions: 12

Compression:

Stored size: 666 Bytes

Contents

- url_params = {:controller => 'accounts', :action => 'show', :id => params[:account_id] || params[:id]}
= paginated_section @bookings, :params => url_params.merge(:query => params[:query]) do
  = simple_form_for :bookings, :url => update_bookings_account_path do |f|
    %table.table.table-striped
      %thead
        %tr
          %th= t_attr :value_date, Booking
          %th= t_attr :title, Booking
          %th= t_attr :amount, Booking
          %th= t_attr :credit_account, Booking
          %th= t_attr :debit_account, Booking
      %tbody
        = render :partial => 'edit_booking', :collection => @bookings, :locals => {:f => f}

    = f.button :submit

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
has_accounts_engine-1.1.2 app/views/accounts/_edit_bookings.html.haml
has_accounts_engine-1.1.1 app/views/accounts/_edit_bookings.html.haml
has_accounts_engine-1.1.0 app/views/accounts/_edit_bookings.html.haml
has_accounts_engine-1.0.4 app/views/accounts/_edit_bookings.html.haml
has_accounts_engine-1.0.3 app/views/accounts/_edit_bookings.html.haml
has_accounts_engine-1.0.2 app/views/accounts/_edit_bookings.html.haml
has_accounts_engine-1.0.1 app/views/accounts/_edit_bookings.html.haml
has_accounts_engine-1.0.0 app/views/accounts/_edit_bookings.html.haml
has_accounts-0.20.1 app/views/accounts/_edit_bookings.html.haml
has_accounts-0.20.0 app/views/accounts/_edit_bookings.html.haml
has_accounts-0.19.1 app/views/accounts/_edit_bookings.html.haml
has_accounts-0.19.0 app/views/accounts/_edit_bookings.html.haml