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.2.0.pre.11 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.10 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.9 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.8 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.7 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.6 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.5 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.4 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.3 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.2 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre.1 app/views/people/_relationship_table.html.haml
artfully_ose-1.2.0.pre app/views/people/_relationship_table.html.haml
artfully_ose-1.1.0 app/views/people/_relationship_table.html.haml
artfully_ose-1.1.0.rc2 app/views/people/_relationship_table.html.haml
artfully_ose-1.1.0.rc1 app/views/people/_relationship_table.html.haml
artfully_ose-1.0.0.rc4 app/views/people/_relationship_table.html.haml
artfully_ose-1.0.0.rc3 app/views/people/_relationship_table.html.haml