Sha256: c73d4b1eda9d4e5e9a8005a7e63336d545bf2305ca467b8b65986452bedc5be5

Contents?: true

Size: 429 Bytes

Versions: 11

Compression:

Stored size: 429 Bytes

Contents

.timeline
  %table
    %tbody
      %tr
        %th{scope: :row}
          = @attributes[:date]
        %td.team_news
          %img{src: @attributes[:image]}
          %h4= @attributes[:title]
          %span.name= @attributes[:name]
          %span.position= @attributes[:position]
          -if @attributes[:link]
            %a.read_more{href: @attributes[:link]} View Profile
          .description
            %p= @content

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
shortcode-0.3.3 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.3.2 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.3.1 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.3.0 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.2.0 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.1.2 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.1.1 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.1.0 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.0.4 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.0.3 spec/support/templates/haml/timeline_person.html.haml
shortcode-0.0.2 spec/support/templates/haml/timeline_person.html.haml