OSDN Git Service

add user and delete flip flags
[pettanr/pettanr.git] / app / views / users / browse.html.erb
1 <p id="notice"><%= notice %></p>
2
3 <p>
4   <b>name:</b>
5   <%= h(@author.name) %>
6 </p>
7
8 <p>
9   <b>email:</b>
10   <%= h(@author.email) %>
11 </p>
12
13 <p>
14   <b>sign_in_count:</b>
15   <%= @author.sign_in_count %>
16 </p>
17
18 <p>
19   <b>current_sign_in_at:</b>
20   <%= @author.current_sign_in_at %>
21 </p>
22
23 <p>
24   <b>last_sign_in_at:</b>
25   <%= @author.last_sign_in_at %>
26 </p>
27
28 <p>
29   <b>current_sign_in_ip:</b>
30   <%= @author.current_sign_in_ip %>
31 </p>
32
33 <p>
34   <b>last_sign_in_ip:</b>
35   <%= @author.last_sign_in_ip %>
36 </p>
37
38 <%= link_to 'Back', :action => :list %>