Created
June 24, 2014 11:01
-
-
Save nakaearth/598ae921f81c68f595b1 to your computer and use it in GitHub Desktop.
active_decoratorを使った場合の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