Sha256: 06f57fea798bc505f7d6ab1621b7c25b68d5243b042e35ab50c3ae854ffde217
Contents?: true
Size: 550 Bytes
Versions: 8
Compression:
Stored size: 550 Bytes
Contents
<h1>Activity Log</h1> <div id="sessions"> <% @events.each do |event| %> <div id="<%= dom_id event %>"> <p> <strong>User Agent:</strong> <%= event.user_agent %> </p> <p> <strong>Action:</strong> <%= event.action %> </p> <p> <strong>Ip Address:</strong> <%= event.ip_address %> </p> <p> <strong>Created at:</strong> <%= event.created_at %> </p> </div> <% end %> </div> <br> <div> <%= link_to "Back", root_path %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems