<%= render 'new' %>
<% @request_to_providers.each do |r| %> <% if r.id==@r_to_p_id %> <% styl = "bgcolor='#ff0000'" %> <% else %> <% styl = ""; %> <% end %> > <% end %>
<%= I18n.t('date_label') %> <%= I18n.t('subject_d') %> <%= I18n.t('photo') %>
<%= I18n.l r.created_at %> <% if (r.responses_count==0) %> <%= r.text %> <% else %> <%= link_to r.text, home_path(:request_to_provider_id => r.id ), class: 'no_remote' %> <% end %> <% if (r.responses_count==0) %> <%= r.responses_count %> <% else %> <%= link_to r.responses_count, home_path(:request_to_provider_id => r.id ), class: 'no_remote' %> <% end %> <%= link_to "", request_to_provider_path(r.id), method: :delete, class: "glyphicon glyphicon-trash colored", data: { confirm: I18n.t('are_you_sure') } %>