%= form_for @author, url: @url, html: { multipart: true } do |f| %> <% if @author.errors.any? %>
<%= @author.errors.full_messages.to_sentence %>
<%= link_to '#', class: 'alert--trigger' do %> <%= embedded_svg 'fuel/icons/alert-icon.svg', class: 'alert--close-icon' %> <% end %>