% content_for :secondary do %>
<% end -%>
<%= flash_messages %>
<%= t('object_auth.new_object_auth') %>
<%= form_for @object_auth, :url => admin_object_auths_path do |f| %>
<%= f.label :title %>
<%= f.select :title,@object_auth_title_option %>
<%= f.hidden_field :obj_id, :value => params[:obj_id] %>
<%= f.hidden_field :type, :value => params[:type] %>
<%= submit_tag 'Add Auth' %>
<% end %>
<%= link_back %>