Sha256: 450b84b7eb28a568d11de87b62a4eaae7e37ad4e89f97a9e3f1e3d2211db9f76
Contents?: true
Size: 716 Bytes
Versions: 17
Compression:
Stored size: 716 Bytes
Contents
.effective-post %h2.post-title= link_to post, effective_post_path(post) %p.post-meta= post_meta(post) - 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.start_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 .post-content.post-excerpt= post_excerpt(post)
Version data entries
17 entries across 17 versions & 1 rubygems