Reports

<%= link_to raw('New'), new_admin_report_path()%>
<% @reports.each do |report| %> <% end %>
Title Type Link Tool Created Action
<%= report.title %> <%= report.report_type %> <%= report.link %> <%= report.tool %> <%= report.created_at.to_time.strftime("%d %b, %Y") %> <%= link_to raw(''), edit_admin_report_path(report)%>    <%= link_to ''.html_safe, admin_report_url(report), :title=>"Delete Report", :alt=>"Delete Report",data: {:confirm => 'Are you sure?'}, :method => :delete %>