Sha256: 2f85cde7620226a41c62a57bd3f87a29645041a8a43f3ba09e95776a9790bd25
Contents?: true
Size: 517 Bytes
Versions: 44
Compression:
Stored size: 517 Bytes
Contents
- if post.category == 'events' %table.table.post-events %tbody - if post.start_at.present? %tr %th Starts %td= post.start_at - if post.end_at.present? %tr %th Ends %td= post.end_at - if post.location.present? %tr %th Location %td= post.location - if post.website_href.present? && post.website_name.present? %tr %th Website %td= link_to post.website_name, post.website_href
Version data entries
44 entries across 44 versions & 1 rubygems