Sha256: 20a201bfbcd706fc2933dd4ba8ab3f736998a5c8fd9f7cd131ed0987481663bb

Contents?: true

Size: 225 Bytes

Versions: 44

Compression:

Stored size: 225 Bytes

Contents

%h1= post.title
  .content
    = post.body
  .author
    = post.author

#buttons
  = link_to("New post", new_post_path) if user_can?(:create, Post)
  = link_to("Edit post", edit_post_path(post)) if user_can?(:update, post)


Version data entries

44 entries across 22 versions & 1 rubygems

Version Path
cantango-0.9.4.7 spec/dummy/app/views/posts/show.html.haml
cantango-0.9.4.7 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.9.4.6 spec/dummy/app/views/posts/show.html.haml
cantango-0.9.4.6 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.9.4.5 spec/dummy/app/views/posts/show.html.haml
cantango-0.9.4.5 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.9.4.3 spec/dummy/app/views/posts/show.html.haml
cantango-0.9.4.3 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.9.4.2 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.9.4.2 spec/dummy/app/views/posts/show.html.haml
cantango-0.9.4.1 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.9.4.1 spec/dummy/app/views/posts/show.html.haml
cantango-0.9.4 spec/dummy/app/views/posts/show.html.haml
cantango-0.9.4 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.9.3.2 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.9.3.2 spec/dummy/app/views/posts/show.html.haml
cantango-0.8.9.5 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.8.9.5 spec/dummy/app/views/posts/show.html.haml
cantango-0.8.9.4 spec/devise-dummy/app/views/posts/show.html.haml
cantango-0.8.9.4 spec/dummy/app/views/posts/show.html.haml