Sha256: 29df1b57fea9dfa750979162836f3fc1e4bc739868e065d833a9ce8d26547211

Contents?: true

Size: 225 Bytes

Versions: 44

Compression:

Stored size: 225 Bytes

Contents

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

#buttons
  = link_to("New user", new_user_path) if user_can?(:create, User)
  = link_to("Edit user", edit_user_path(user)) if user_can?(:update, user)


Version data entries

44 entries across 22 versions & 1 rubygems

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