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

Version Path
authentication-zero-2.11.2 lib/generators/authentication/templates/erb/authentications/events/index.html.erb
authentication-zero-2.11.1 lib/generators/authentication/templates/erb/authentications/events/index.html.erb
authentication-zero-2.11.0 lib/generators/authentication/templates/erb/authentications/events/index.html.erb
authentication-zero-2.10.0 lib/generators/authentication/templates/erb/authentications/events/index.html.erb
authentication-zero-2.9.3 lib/generators/authentication/templates/erb/authentications/events/index.html.erb
authentication-zero-2.9.2 lib/generators/authentication/templates/erb/authentications/events/index.html.erb
authentication-zero-2.9.1 lib/generators/authentication/templates/erb/authentications/events/index.html.erb
authentication-zero-2.9.0 lib/generators/authentication/templates/erb/authentications/events/index.html.erb