Sha256: a23fb55caaab78ef458665fe3fee000df3aad61da5c4a5b217fd3dd2ecc8ec13

Contents?: true

Size: 543 Bytes

Versions: 13

Compression:

Stored size: 543 Bytes

Contents

= big_list_item do
  .item-title.post{:class => row_class(post)}
    %strong= link_to post.title, edit_forge_post_path(post)
    = "(Draft)" unless post.published?

    %br/
    %small Posted in #{post.post_categories.map(&:title).to_sentence}
  .item-actions
    .item-info{:style => "width: 137px;"}
      %strong= post.created_at.strftime('%B %e, %Y')
      %br/
      %small= post.created_at.strftime('%l:%M %p')
    = action_link("View on Site", post_path(post), :icon => "laptop")
    = edit_link(post)
    = delete_link(post)

  .spacer

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
forge-cli-0.0.18 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.9 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.8 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.7 lib/forge/app/views/forge/posts/_post.html.haml
forge-cli-0.0.6 lib/forge/app/views/forge/posts/_post.html.haml