Sha256: efa4b117d6d772afa8314e82cdd4aaceffa0b1f17d6f745152e7d78603e5286e

Contents?: true

Size: 534 Bytes

Versions: 37

Compression:

Stored size: 534 Bytes

Contents

%table.zebra.sortedstar
  %thead
    %tr
      %th.starred ✭
      %th Relationship
      %th Person
  %tbody
    -if person.relationships.empty?
      %tr
        %td
        %td{:colspan=>3}
          No relationships for this person
    - person.starred_relationships.each do |rel|
      =render :partial=>'relationship_table_row', :locals => { :person => person, :rel => rel }
    - person.unstarred_relationships.each do |rel|
      =render :partial=>'relationship_table_row', :locals => { :person => person, :rel => rel }

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/people/_relationship_table.html.haml
artfully_ose-1.3.0.pre3 app/views/people/_relationship_table.html.haml
artfully_ose-1.3.0.pre2 app/views/people/_relationship_table.html.haml
artfully_ose-1.3.0.pre1 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.beta.1 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.alpha.2 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.alpha.1 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.27 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.26 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.24 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.23 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.21 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.20 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.19 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.18 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.17 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.16 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.15 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.12 app/views/people/_relationship_table.html.haml