4527dcbeda
After removing collections from the filtering menu, there was quite a good cleanup here pending
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
<% @page_title = "Account Settings" %>
|
|
|
|
<% content_for :header do %>
|
|
<%= render "filters/menu" %>
|
|
<h1 class="header__title"><%= @page_title %></h1>
|
|
<% end %>
|
|
|
|
<section class="settings">
|
|
<%= render "account/settings/users", users: @users %>
|
|
<%= render "account/settings/entropy_configuration", account: @account %>
|
|
</section>
|