<% title "Edit Website Settings: #{@user.name}" %> <%= link_to @user.name, @user %> → Edit Website Settings

Edit Website Settings

<%= form_for @user do |f| %>
Header moves with scrolling <%= f.check_box :header_scroll %>
Show exact UTC times <%= f.check_box :utc_time %>
Dark theme <%= f.check_box :dark %>

<%= f.submit "Save Changes", class: "btn blue left" %>

<% end %>