3 lines
No EOL
159 B
Text
3 lines
No EOL
159 B
Text
<h1><%= current_user.name %></h1>
|
|
<span><%= link_to "view my profile", current_user %></span>
|
|
<span><%= pluralize(current_user.orders.count, "order") %></span> |