Sha256: 87af549c1f5e35431c30626da26b01f04b16086dbad4168255001419fc631be9

Contents?: true

Size: 801 Bytes

Versions: 7

Compression:

Stored size: 801 Bytes

Contents

.row
  .span12
    .household-header
      .household-avatar
        = image_tag "household-default-avatar.png"

      .household-values-and-tags
        %ul.household-values
          %li
            %h3= number_as_cents(@household.lifetime_ticket_value)
            %h6= pluralize(@household.lifetime_ticket_count, 'tickets')
          %li
            %h3= number_as_cents(@household.lifetime_donations)
            %h6= pluralize(@household.lifetime_donations_count, 'donation')
          %li
            %h3= number_as_cents(@household.lifetime_value)
            %h6 lifetime

        .household-tags
          %ul.detailed-list.tags
            - @household.individuals.map(&:tag_list).flatten.uniq.each do |tag_name|
              %li.tag.rounder= tag_name

      %h1
        = @household.name

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/households/_header.html.haml
artfully_ose-1.2.0.beta.1 app/views/households/_header.html.haml
artfully_ose-1.2.0.alpha.2 app/views/households/_header.html.haml
artfully_ose-1.2.0.alpha.1 app/views/households/_header.html.haml
artfully_ose-1.2.0.pre.27 app/views/households/_header.html.haml
artfully_ose-1.2.0.pre.26 app/views/households/_header.html.haml
artfully_ose-1.2.0.pre.24 app/views/households/_header.html.haml