<% if notice %>
× <%= notice %>
<% end %> <% if alert %>
× <%= alert %>
<% end %>

Actualizar cliente

<%= form_tag({controller: "users", action: "update"}, method: "post", :multipart => true) do %>

Cancelar

<% end %>