Sha256: 63f551eda638de79ddba5d6f8343b630f2dc8fda63eb92535e40feafeafb2a4d
Contents?: true
Size: 536 Bytes
Versions: 1
Compression:
Stored size: 536 Bytes
Contents
<h2><%= @PAGE_TITLE = "API User: #{@api_user.name}" %></h2> <dl> <dt>Name</dt> <dd><%= @api_user.name %></dd> <dt>Active?</dt> <dd><%= @api_user.is_active? %></dd> <dt>Auth Token</dt> <dd><%= @api_user.auth_token %></dd> <dt>Created At</dt> <dd><%= @api_user.created_at %></dd> <dt>Last Authentication</dt> <dd><%= @api_user.last_authenticated %></dd> <dt>Last Updated</dt> <dd><%= @api_user.updated_at %></dd> </dl> <%= link_to "Edit", edit_a_api_user_path(@api_user), class: "btn btn-primary" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asset_host_core-2.0.0.beta | app/views/asset_host_core/admin/api_users/show.html.erb |