Sha256: 26b2555f4583a185180e776ac270f8e1b5db63b39239ab83750c513859ae7ed0
Contents?: true
Size: 357 Bytes
Versions: 19
Compression:
Stored size: 357 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, :class => 'edit_user' %> <%= t('or') %> <%= link_to t('back'), collection_url %> </p>
Version data entries
19 entries across 19 versions & 6 rubygems