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

6 lines
261 B
Elixir
Raw Normal View History

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