% content_for :secondary do %>
- <%= link_to t(:new_user, :scope => :panel), new_panel_user_path, :class => 'button positive' %>
<% end -%>
<%= t('panel.user_panel') %>
<%= form_for @user, :url => panel_users_path, :html => { :multipart => true } do |f| %>
<%= f.error_messages %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= f.submit t(:create) %> <%= link_back %>
<% end -%>