Sha256: 17026fbfb979dd55aaa85840775108cc589d721fd2f6b6a57bd48b58f197c2ad
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
<% @show_title = true; @content_for_title = "Audit" %> <p> <strong>User:</strong> <%= User.find(@audit.user_id).login %> </p> <p> <strong>Resource:</strong> <%= @audit.resource %> </p> <p> <strong>Action:</strong> <%= @audit.action %> </p> <p> <strong>Extra:</strong> <%= @audit.extra %> </p> <p> <% if request.env["HTTP_REFERER"] %> <%= link_to "<< Back", request.env["HTTP_REFERER"] %> | <% end %> <%= link_to "Destroy", @audit, :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", audits_path %> </p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alfuken-simple_audit-0.0.1 | app/views/audits/show.html.erb |