>
| <%= 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') } %> |
<% end %>