OSDN Git Service

add user and delete flip flags
[pettanr/pettanr.git] / app / views / users / browse.html.erb
diff --git a/app/views/users/browse.html.erb b/app/views/users/browse.html.erb
new file mode 100644 (file)
index 0000000..86d0e79
--- /dev/null
@@ -0,0 +1,38 @@
+<p id="notice"><%= notice %></p>
+
+<p>
+  <b>name:</b>
+  <%= h(@author.name) %>
+</p>
+
+<p>
+  <b>email:</b>
+  <%= h(@author.email) %>
+</p>
+
+<p>
+  <b>sign_in_count:</b>
+  <%= @author.sign_in_count %>
+</p>
+
+<p>
+  <b>current_sign_in_at:</b>
+  <%= @author.current_sign_in_at %>
+</p>
+
+<p>
+  <b>last_sign_in_at:</b>
+  <%= @author.last_sign_in_at %>
+</p>
+
+<p>
+  <b>current_sign_in_ip:</b>
+  <%= @author.current_sign_in_ip %>
+</p>
+
+<p>
+  <b>last_sign_in_ip:</b>
+  <%= @author.last_sign_in_ip %>
+</p>
+
+<%= link_to 'Back', :action => :list %>