Update to use two-column layout, add title and nav

This commit is contained in:
Jason Zimdars
2025-06-04 14:56:30 -05:00
parent 5dc33c304c
commit 9872f35c2a
+22 -1
View File
@@ -1 +1,22 @@
<%= render "entropy/auto_close", model: @account.default_entropy_configuration, url: account_entropy_configuration_path %>
<% @page_title = "Account Settings" %>
<% content_for :header do %>
<nav>
<%= link_to_back fallback_path: root_path %>
<header class="center">
<h1 class="txt-large margin-none"><%= @page_title %></h1>
</header>
<div class="btn btn--placeholder flex-item-justify-end"></div>
</nav>
<% end %>
<section class="panels--two-up margin-block">
<div class="panel shadow center flex flex-column">
</div>
<div class="panel shadow center flex flex-column">
<%= render "entropy/auto_close", model: @account.default_entropy_configuration, url: account_entropy_configuration_path %>
</div>
</section>