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

Version Path
effective_posts-2.7.2 app/views/effective/posts/_event.html.haml
effective_posts-2.7.1 app/views/effective/posts/_event.html.haml
effective_posts-2.7.0 app/views/effective/posts/_event.html.haml
effective_posts-2.6.2 app/views/effective/posts/_event.html.haml
effective_posts-2.6.1 app/views/effective/posts/_event.html.haml
effective_posts-2.6.0 app/views/effective/posts/_event.html.haml
effective_posts-2.5.0 app/views/effective/posts/_event.html.haml
effective_posts-2.4.2 app/views/effective/posts/_event.html.haml
effective_posts-2.4.1 app/views/effective/posts/_event.html.haml
effective_posts-2.4.0 app/views/effective/posts/_event.html.haml
effective_posts-2.3.1 app/views/effective/posts/_event.html.haml
effective_posts-2.3.0 app/views/effective/posts/_event.html.haml
effective_posts-2.2.4 app/views/effective/posts/_event.html.haml
effective_posts-2.2.3 app/views/effective/posts/_event.html.haml
effective_posts-2.2.2 app/views/effective/posts/_event.html.haml
effective_posts-2.2.1 app/views/effective/posts/_event.html.haml
effective_posts-2.2.0 app/views/effective/posts/_event.html.haml
effective_posts-2.1.1 app/views/effective/posts/_event.html.haml
effective_posts-2.1.0 app/views/effective/posts/_event.html.haml
effective_posts-2.0.6 app/views/effective/posts/_event.html.haml