<% @page_heading = _("User") + ": #{@user.name}" %> <% content_for('tasks') do %> <%= task_new 'Create new user' %> <%= task_edit 'Edit this user', @user.id %> <% end %>
<%=h @user.name %>
<%=h @user.login %>
<%=h @user.email %>
<%=h @user.jabber %>
<%= @user.notify_via_email? ? _("yes") : _("no") %>
<%= @user.notify_via_jabber? ? _("yes") : _("no") %>
<%= @user.notify_on_new_articles? ? _("yes") : _("no") %>
<%= @user.notify_on_comments? ? _("yes") : _("no") %>

<%= _("User's articles")%>

<%= render :partial => 'admin/content/articles' %>