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

Version Path
effective_posts-0.7.1 app/views/effective/posts/_post.html.haml
effective_posts-0.7.0 app/views/effective/posts/_post.html.haml
effective_posts-0.6.4 app/views/effective/posts/_post.html.haml
effective_posts-0.6.3 app/views/effective/posts/_post.html.haml
effective_posts-0.6.2 app/views/effective/posts/_post.html.haml
effective_posts-0.6.1 app/views/effective/posts/_post.html.haml
effective_posts-0.6.0 app/views/effective/posts/_post.html.haml
effective_posts-0.5.10 app/views/effective/posts/_post.html.haml
effective_posts-1.0.0 app/views/effective/posts/_post.html.haml
effective_posts-0.5.8 app/views/effective/posts/_post.html.haml
effective_posts-0.5.7 app/views/effective/posts/_post.html.haml
effective_posts-0.5.6 app/views/effective/posts/_post.html.haml
effective_posts-0.5.5 app/views/effective/posts/_post.html.haml
effective_posts-0.5.4 app/views/effective/posts/_post.html.haml
effective_posts-0.5.3 app/views/effective/posts/_post.html.haml
effective_posts-0.5.2 app/views/effective/posts/_post.html.haml
effective_posts-0.5.1 app/views/effective/posts/_post.html.haml