Sha256: eabe91ba2f4beea4eaa28940591c77c81570cf1cb4abce236148e5cf2fce669f
Contents?: true
Size: 344 Bytes
Versions: 9
Compression:
Stored size: 344 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 %> <%= t('or') %> <%= link_to t('back'), collection_url %> </p>
Version data entries
9 entries across 9 versions & 1 rubygems