akkounts/app/views/settings/show.html.erb
Râu Cao 7f77ad5528
All checks were successful
continuous-integration/drone/push Build is passing
Refactor user settings
Use resources instead of custom controllers, following the Rails way
and making things much cleaner in the process.
2023-04-03 13:19:07 +02:00

6 lines
197 B
Plaintext

<%= render HeaderComponent.new(title: "Settings") %>
<%= render MainWithSidenavComponent.new(sidenav_partial: 'shared/sidenav_settings') do %>
<%= render partial: @settings_section %>
<% end %>