Sha256: fb7492c3e8055b77fa2dcbe5bf001c4251c8757be36e25ebea33881199e6dc62

Contents?: true

Size: 635 Bytes

Versions: 2

Compression:

Stored size: 635 Bytes

Contents

- in_section :people
- content_for :header do
  %h1= @segment.name

.row
  .span4
    %h3 Export
    %p= "Export to this list segment to #{link_to('CSV', segment_path(@segment, :format => :csv))}.".html_safe

  .span8
    %table.table.people-list
      %tbody
        - @segment.people.each do |person|
          %tr
            %td.name= link_to "#{person.first_name} #{person.last_name}", person_url(person)
            %td.email= person.email
            %td.tag-cell
              %ul.detailed-list.tags.pull-right{:id => "people-people-tags"}
                - person.tag_list.each do |tag|
                  %li.tag.rounder= tag

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/segments/show.html.haml
artfully_ose-1.0.0.rc3 app/views/segments/show.html.haml