OSDN Git Service

add user and delete flip flags
[pettanr/pettanr.git] / app / views / users / show.html.erb
1 <p id="notice"><%= notice %></p>
2
3 <p>
4   <b>name:</b>
5   <%= h(@author.name) %>
6 </p>
7
8 <%= link_to 'Back', :controller => 'authors' %>