Info
If you are a student, please use your student or personal society email to login when possible.
Security
app/components/shared/notice_component.html.erb:1:32
1
<div class="<%= all_classes %>" <%= html_options.map { |k, v| "#{k}=\"#{v}\"" }.join(" ").html_safe %>>
^
2
<% if @classes.include?("flex-col sm:flex-row sm:items-center") %>
3
<!-- Special layout for submit/weekend notices with right-aligned buttons -->
Use control flow (<% %>) with static attributes instead.
or