Created
July 2, 2014 06:25
-
-
Save nakaearth/1bea0e1edb92d56b317b to your computer and use it in GitHub Desktop.
draperを使った場合のshow.html.erb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p id="notice"><%= notice %></p> | |
<p> | |
<strong>Name:</strong> | |
<%= @user.name %>(<%= @user.short_name %>) | |
</p> | |
<p> | |
<strong>Age:</strong> | |
<%= @user.age %> | |
</p> | |
<%= link_to 'Edit', edit_user_path(@user) %> | | |
<%= link_to 'Back', users_path %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment