Show email address on account settings page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cb80465297
commit
95fac38b53
@ -1,6 +1,16 @@
|
|||||||
<%= render HeaderComponent.new(title: "Settings") %>
|
<%= render HeaderComponent.new(title: "Settings") %>
|
||||||
|
|
||||||
<%= render MainWithSidenavComponent.new(sidenav_partial: 'shared/sidenav_settings') do %>
|
<%= render MainWithSidenavComponent.new(sidenav_partial: 'shared/sidenav_settings') do %>
|
||||||
|
<section>
|
||||||
|
<h3>E-Mail</h3>
|
||||||
|
<p class="mb-2">
|
||||||
|
<%= label :email, 'Address', class: 'font-bold' %>
|
||||||
|
</p>
|
||||||
|
<p class="flex gap-1 mb-2 sm:w-3/5">
|
||||||
|
<input type="text" id="email" class="grow"
|
||||||
|
value=<%= current_user.email %> disabled="disabled" />
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h3>Password</h3>
|
<h3>Password</h3>
|
||||||
<p class="mb-8">Use the following button to request an email with a password reset link:</p>
|
<p class="mb-8">Use the following button to request an email with a password reset link:</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user