Add some basic styles

This commit is contained in:
2020-11-16 17:02:31 +01:00
parent a604018249
commit 6614f14d8a
11 changed files with 180 additions and 27 deletions

View File

@@ -1,9 +1,16 @@
<h2>Dashboard</h2>
<p>Ohai.</p>
<section>
<h2>Services</h2>
<p>
Your Kosmos account and password currently give you access to these
services:
</p>
</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>
<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>