From 9872f35c2a76bd1f9f887fabc42ccdb7bccadd6c Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 4 Jun 2025 14:56:30 -0500 Subject: [PATCH] Update to use two-column layout, add title and nav --- app/views/accounts/settings/show.html.erb | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/app/views/accounts/settings/show.html.erb b/app/views/accounts/settings/show.html.erb index 98424b078..c11037811 100644 --- a/app/views/accounts/settings/show.html.erb +++ b/app/views/accounts/settings/show.html.erb @@ -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 %> + +<% end %> + +
+
+
+ +
+ <%= render "entropy/auto_close", model: @account.default_entropy_configuration, url: account_entropy_configuration_path %> +
+