WIP New app layout
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-19 22:46:12 -06:00
parent a2889705ed
commit 4f2b35ccb9
12 changed files with 372 additions and 318 deletions

View File

@@ -1,12 +1,18 @@
<section>
<h2>Security</h2>
</section>
<%= render partial: "components/header", locals: { page_title: "Account" } %>
<section>
<h3>Password change</h3>
<p>
<%= form_with(url: settings_reset_password_path, method: :post) do %>
<%= submit_tag("Send me a password reset link", class: 'btn-md btn-gray') %>
<% end %>
</p>
</section>
<main class="w-full max-w-6xl mx-auto pb-12 px-4 sm:px-6 lg:px-8">
<div class="bg-white rounded-lg shadow px-6 py-12 sm:px-12">
<section>
<h2>Security</h2>
</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", class: 'btn-md btn-gray') %>
<% end %>
</p>
</section>
</div>
</main>