frenzy/lib/frenzy_web/templates/account/show.html.eex

4 lines
151 B
Elixir
Raw Normal View History

2019-03-31 15:52:20 +00:00
<h1>User Settings</h1>
<h2><%= @user.username %></h2>
<a href="<%= Routes.account_path(@conn, :change_password) %>" class="button">Change Password</a>