Sha256: b0e0cb8344e3a8c099ae48dfa8e109aecc5f052f03ffd1fd1f4348fb5ef718b0
Contents?: true
Size: 558 Bytes
Versions: 64
Compression:
Stored size: 558 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
64 entries across 64 versions & 1 rubygems