17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
<section>
|
|
<h2>Services</h2>
|
|
<p>
|
|
Your Kosmos account and password currently give you access to these
|
|
services:
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Password change</h3>
|
|
<p>
|
|
<%= form_with(url: settings_reset_password_path, method: :post) do %>
|
|
<%= submit_tag("Send me a password reset link") %>
|
|
<% end %>
|
|
</p>
|
|
</section>
|