<%= render "tags/tags", image: image, tags: image.tags %>
<%= form_tag user_image_tags_path(image), method: :post, data: { action: "tags#create" } do %> <%= text_field_tag :tag, nil, data: { target: "tags.tag" } %> <%= submit_tag "Add Tag", data: { disable_with: false } %> <% end %>