+ <%= render "govuk_publishing_components/components/heading", {
+ text: "Actions and settings",
+ padding: true,
+ margin_bottom: 3,
+ } %>
+
+ -
+ <%= link_to "Change your email or password", edit_email_or_password_user_path(current_user), class: "govuk-link" %>
+
- <% if current_user.has_2sv? %>
- - <%= link_to "Change your 2-step verification phone", two_step_verification_path, class: "govuk-link" %>
- <% else %>
- - <%= link_to "Set up 2-step verification", two_step_verification_path, class: "govuk-link" %>
- <% end %>
-
+ <% if current_user.has_2sv? %>
+
<%= link_to "Change your 2-step verification phone", two_step_verification_path, class: "govuk-link" %>
+ <% else %>
+
<%= link_to "Set up 2-step verification", two_step_verification_path, class: "govuk-link" %>
+ <% end %>
+
+