diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/characters/show.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index ee81e76..71d75a5 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -104,3 +104,7 @@ </tbody> </table> </div> + +<% if @character == current_char %> + <%= link_to "Manage account", edit_user_registration_path, class: "text-sm" %> +<% end %> |