Sha256: 68c753e8b5fc00fb39d17354e7effd342a603320146afde2f6f2342fc4a9201a

Contents?: true

Size: 740 Bytes

Versions: 26

Compression:

Stored size: 740 Bytes

Contents

.filters#filters
  .caption= t :account_categories
  - Setting.account_category.each do |key|
    .check_box{:style => "border-bottom: 1px silver dotted;"}
      %div{:style => "float:right;"}
        = @account_category_total[key]
      = account_category_checkbox(key, @account_category_total[key])
      = label_tag(key, t(key))

  .check_box{:style => "border-bottom: 1px silver dotted;"}
    %div{:style => "float:right;"}
      = @account_category_total[:other]
    = account_category_checkbox("other", @account_category_total[:other])
    = label_tag(:other, t(:other))

  .check_box
    %div{:style => "float:right;"}
      %b= @account_category_total[:all]
    %b #{t :total_accounts}
  = hook(:index_account_sidebar_bottom, self)

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.15.2 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.16.4 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.14.1 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.15.1 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.16.3 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.16.2 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.16.1 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.16.0 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.15.0 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.15.0.beta.2 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.15.0.beta app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.14.0 app/views/accounts/_sidebar_index.html.haml
reduced_fat_crm-0.15.0.beta app/views/accounts/_sidebar_index.html.haml
reduced_fat_crm-0.14.0 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.13.6 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.13.5 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.13.4 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.13.2 app/views/accounts/_sidebar_index.html.haml
fat_free_crm-0.12.3 app/views/accounts/_sidebar_index.html.haml