Sha256: 9aa77e9c1335364746d1c8784cb9c42f451887dd9b6f2c903b20980129bff365
Contents?: true
Size: 336 Bytes
Versions: 22
Compression:
Stored size: 336 Bytes
Contents
<h1><%= t("user_account") %></h1> <table> <tr> <th><%= t("email") %></th> <td> <%= @user.email %> </td> </tr> <tr> <th><%= t("roles") %></th> <td> <%= list_roles(@user) %> </td> </tr> </table> <p> <%= link_to_edit @user %> <%= link_to t('back'), collection_url %> </p>
Version data entries
22 entries across 22 versions & 3 rubygems