Sha256: 348d0b8ebac181d71b321452ee35558e71af9d0c14cbd0da2a676bfa056f0c6d

Contents?: true

Size: 505 Bytes

Versions: 8

Compression:

Stored size: 505 Bytes

Contents

= title @index_title || e9_t(:index_title)

.toolbar
  .toolbar-right
    = link_to_new_resource(resource_class, :class => 'new-resource')

%table.records
  %thead.dated-costs
    %tr.dated-cost-labels
      %th.field
        = resource_class.human_attribute_name(:date)
      %th.field.cost
        = resource_class.human_attribute_name(:cost)
      %th= e9_t(:actions)
  %tbody
    - if collection.empty?
      %tr
        %td{:colspan => 7}= e9_t(:no_records_text)
    - else
      = render collection

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
e9_crm-0.1.34 app/views/e9_crm/dated_costs/index.html.haml
e9_crm-0.1.33 app/views/e9_crm/dated_costs/index.html.haml
e9_crm-0.1.32 app/views/e9_crm/dated_costs/index.html.haml
e9_crm-0.1.31 app/views/e9_crm/dated_costs/index.html.haml
e9_crm-0.1.30 app/views/e9_crm/dated_costs/index.html.haml
e9_crm-0.1.29 app/views/e9_crm/dated_costs/index.html.haml
e9_crm-0.1.28 app/views/e9_crm/dated_costs/index.html.haml
e9_crm-0.1.27 app/views/e9_crm/dated_costs/index.html.haml