diff options
author | francis <francis> | 2008-01-22 18:52:31 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-22 18:52:31 +0000 |
commit | 763f9977190adc15d08899e96060cb98ac0cf30c (patch) | |
tree | 124e219fc1a4bd594230935432ad07900f7a21ab | |
parent | cc895a6a055b3b7ce252c12beac2af4558ab9298 (diff) |
Put id at top
-rw-r--r-- | app/views/admin_user/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_user/show.rhtml b/app/views/admin_user/show.rhtml index f63720234..70f4b1840 100644 --- a/app/views/admin_user/show.rhtml +++ b/app/views/admin_user/show.rhtml @@ -3,6 +3,7 @@ <h1><%=@title%></h1> <p> +<strong>ID:</strong> <%= @admin_user.id%> <% for column in User.content_columns %> <strong><%= column.human_name %>:</strong> <% if column.name == 'email' %> @@ -12,7 +13,6 @@ <% end %> <br> <% end %> -<strong>ID:</strong> <%= @admin_user.id%> </p> <%= link_to 'Public page', main_url(user_url(@admin_user)) %> |