% content_for :secondary do %>
- <%= link_to t(:new_user, :scope => :panel), new_panel_user_path, :class => 'button positive' %>
<% end -%>
<%= t('panel.user_panel') %>
<%= image_tag(@user.avatar.thumb.url) rescue nil %>
<%= @user.email %>
<% if @user_info_models %>
<% end %>
<% if @user.active_roles.size > 0 %>
<% end %>