All checks were successful
continuous-integration/drone/push Build is passing
Use resources instead of custom controllers, following the Rails way and making things much cleaner in the process.
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
<%= render HeaderComponent.new(title: "Settings") %>
|
|
|
|
<%= render MainWithSidenavComponent.new(sidenav_partial: 'shared/sidenav_settings') do %>
|
|
<%= render partial: @settings_section %>
|
|
<% end %>
|