<% if session[:provs] && session[:provs].count > 1 %> <%= I18n.t('intro_new_request', provider_word: (I18n.t("the_#{session[:provider_word]}", count: 2).downcase)).html_safe %> <% else %> <%= I18n.t 'intro_new_request_simple' %> <% end %>
<%= form_tag(request_to_providers_path, multipart: true, id: "new_request" ) do %> <%= hidden_field_tag :file_url, '' %>
<%= text_area_tag 'text', nil, class: "img-rounded" %>
<%= link_to "#", data: {toggle: "modal", target: "#request_attachment"} do %> <%= I18n.t('add_attachment') %> <% end %>
<% end %>