%= form_for @admin_banner, html: { class: 'post' } do |f| %> <%= error_messages_for @admin_banner %>
<%= ts('* Required information') %>
<%= allowed_html_instructions %>
<%= f.submit @admin_banner.new_record? ? ts('Create Banner') : ts('Update Banner') %>