Co-authored-by: Michael Kohl <citizen428@forem.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Suzanne Aitchison <suzanne@forem.com> Co-authored-by: Mac Siri <mac@forem.com> Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
3 lines
195 B
Text
3 lines
195 B
Text
<% if current_user.has_role?(:super_admin) %>
|
|
<%= f.submit "Update Settings", class: "crayons-btn mt-4", aria: { label: local_assigns[:aria_label] }, data: { disable_with: false } %>
|
|
<% end %>
|