Sha256: dab628270ce8188ec45fb7b419659d135dc7d7dd5780b1ab047258fce33bc16e

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

<div id="<%= dom_id user %>">
  <p>
    <strong>Username:</strong>
    <%= user.username %>
  </p>

  <p>
    <strong>Auth type:</strong>
    <%= user.auth_type %>
  </p>

  <p>
    <strong>Password digest:</strong>
    <%= user.password_digest %>
  </p>

  <p>
    <strong>Role:</strong>
    <%= user.rolename %>
  </p>

  <p>
    <strong>Username mapping:</strong>
    <%= user.username_mapping %>
  </p>

</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gatepass-0.1.2 app/views/gatepass/users/_user.html.erb