Sha256: a22d0a7b612edd0f0843ca66de1eceb04f1671f4ce57d296a8f2140a28292e61
Contents?: true
Size: 506 Bytes
Versions: 2
Compression:
Stored size: 506 Bytes
Contents
<label>Email</label> <p><%= user.email %></p> <label>Account Created</label> <p><%= user.created_at.in_time_zone.strftime('%Y-%m-%d %H:%M') %></p> <label>Account Type</label> <p><%= user.ldap? ? 'Directory' : 'Local' %></p> <p> This section can be filled in with whatever information you desire. Simply create a <code>users/_user_details.html.erb</code> view and fill in your information. Within this view you can access the user's details via the <code>user</code> variable. </p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
barkest_core-1.5.4.0 | app/views/users/_user_details.html.erb |
barkest_core-1.5.3.0 | app/views/users/_user_details.html.erb |