Sha256: d8eaf41af417171b19b5a9f11fc10660176ccc7542c9ea146db045f01ba7fbf9
Contents?: true
Size: 482 Bytes
Versions: 10
Compression:
Stored size: 482 Bytes
Contents
h1 Listing All Ratings table thead tr th User th Report th Clearance th City th Rating th tbody - @ratings.each do |rating| tr td = rating.user_email td = "#{rating.report.id} - #{rating.report_title}" td = rating.clearance_name td = rating.city_name td = rating.score td = authz_link_to 'Destroy', rating, { data: { confirm: 'Are you sure?' }, method: :delete }, using: rating
Version data entries
10 entries across 10 versions & 1 rubygems