% content_for :secondary do %>
<%= t('panel.attributes') %> | <%= t('panel.name') %> | <%= t('panel.email') %> | <%= t('panel.action') %> |
---|---|---|---|
<%= user.get_attributes %> | <%= user[:name] %> | <%= user.email %> | <%= link_to t(:show), panel_user_path(user) %> | <%= link_to t(:edit), edit_panel_user_path(user) %> | <%= link_to t(:delete), panel_user_path(user), :method => :delete %> |