Project

General

Profile

Download (677 Bytes) Statistics
| Branch: | Tag: | Revision:
<h2><%= sprintf(_("User '%s'"), @user.login) %></h2>

<p>
<%=
stacking_table do |table|
table.content [_("Login:"), @user.login]
table.content [_("Real Name:"), @user.real_name]
table.content [_("Email:"), @user.email]
table.content [_("Prefered language:"), @user.prefered_langage]
table.content [_("Administrator?"), display_boolean(@user.admin)]
table.category _("Entry Status") do |cat|
cat.content [_("First Created:"), "#{display_timestamp(@user.created_at)}"]
cat.content [_("Last Updated:"), "#{display_timestamp(@user.updated_at)}"]
end
end
%>
<%= display_standard_item_actions %>
</p>
<p><%= link_to_resource_index _("Display all users") %></p>
(5-5/5)