Skip to content

Commit

Permalink
Fix indentation in app/views/users/_form_fields.html.erb
Browse files Browse the repository at this point in the history
This diff is best viewed with the `--ignore-all-space` option [1].

[1]: https://git-scm.com/docs/diff-options#Documentation/diff-options.txt---ignore-all-space
  • Loading branch information
floehopper committed Nov 30, 2023
1 parent 4741a39 commit ab651af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/views/users/_form_fields.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
<% end %>

<% if policy(@user).exempt_from_two_step_verification? && !@user.exempt_from_2sv? %>
<p>
<%= link_to 'Exempt user from 2-step verification', edit_two_step_verification_exemption_path(@user) %>
<br/>
Exempt a user from 2-step verification (requires a reason to be supplied).
</p>
<p>
<%= link_to 'Exempt user from 2-step verification', edit_two_step_verification_exemption_path(@user) %>
<br/>
Exempt a user from 2-step verification (requires a reason to be supplied).
</p>
<% end %>
</dd>
</dl>
Expand All @@ -77,6 +77,6 @@
<%= render partial: "shared/user_permissions", locals: { user_object: @user }%>

<% if current_user.publishing_manager? %>
<h2 class="add-vertical-margins">All Permissions for this user</h2>
<%= render partial: "app_permissions", locals: { user_object: @user }%>
<h2 class="add-vertical-margins">All Permissions for this user</h2>
<%= render partial: "app_permissions", locals: { user_object: @user }%>
<% end %>

0 comments on commit ab651af

Please sign in to comment.