<%= form_for @tag, url: admin_module_tag_path(@tag, module_app_id: @module_app_id), remote: true do |f| %>
<%= render partial: "admin/tags/form", :locals => { :f => f } %>
<%= t(:cancel) %> <%= f.submit t(:update_), class: 'btn btn-primary btn-small' %>
<% end %>