* . * updates * update specs * expand profile field before deleting * expand auth section in rspec test * expand smtp settings summary in rspec * update user experience section specs * more spec tweaks Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
3 lines
193 B
Text
3 lines
193 B
Text
<% if current_user.super_admin? %>
|
|
<%= f.submit "Update Settings", class: "c-btn c-btn--primary mt-4", aria: { label: local_assigns[:aria_label] }, data: { disable_with: false } %>
|
|
<% end %>
|