Files
fizzy/app/views/account/settings/show.html.erb
T
Jorge Manrubia 4527dcbeda Remove unnecessary filtering code
After removing collections from the filtering menu, there was quite a good cleanup here pending
2025-10-03 10:56:34 +02:00

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>