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 %> + + <%= link_to_back fallback_path: root_path %> + + + <%= @page_title %> + + + + +<% end %> + + + + + + + <%= render "entropy/auto_close", model: @account.default_entropy_configuration, url: account_entropy_configuration_path %> + +