Sha256: f2825406cb2e0992b94f06cd37bbe2f9b28d5dd86c63cee8ee2342cb63e31916

Contents?: true

Size: 556 Bytes

Versions: 1

Compression:

Stored size: 556 Bytes

Contents

%tr[account]
  %td= account.code
  %td= link_to account.title, account_path(account, :by_value_period => params[:by_value_period])
  - if @date
    %td{:style => "text-align: right"}= currency_fmt(account.saldo(@date))
  - elsif params[:by_value_period]
    %td{:style => "text-align: right"}= currency_fmt(account.saldo(params[:by_value_period][:from]..params[:by_value_period][:to]))
  - else
    %td{:style => "text-align: right"}= currency_fmt(account.saldo)
  %td.action-links
    = list_link_for(:edit, account)
    = list_link_for(:delete, account)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/views/accounts/_account.html.haml