Sha256: 439d8eef273c8d11f1dcb0a9a2ba3c0140ba1dff99e594d09efa7980696032ec

Contents?: true

Size: 364 Bytes

Versions: 4

Compression:

Stored size: 364 Bytes

Contents

<h1><%= @user.name %></h1>

<%= link_to "Conversations", user_conversations_path(@user) %><br />
<%= link_to "New Conversation", new_user_conversation_path(@user) %>

<hr>

<%= link_to "Back to All Users", users_path %><br />

<hr>

<%= link_to "Edit", edit_user_path(@user) %><br />
<%= link_to "Sign In as This User", signin_user_path(@user), :method => :post %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
conversations-0.0.2.2 spec/dummy/app/views/users/show.html.erb
conversations-0.0.2.1 spec/dummy/app/views/users/show.html.erb
conversations-0.0.2 spec/dummy/app/views/users/show.html.erb
conversations-0.0.1 spec/dummy/app/views/users/show.html.erb