Skip to content

Commit

Permalink
added policy links to green-box notice on sign-in
Browse files Browse the repository at this point in the history
  • Loading branch information
cellio committed Nov 25, 2024
1 parent 8b00adc commit 0458efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<% end %>

<div class="notice is-info has-margin-bottom-4">
<i class="fas fa-info-circle"></i> Your sign-in information is the same on all communities on this network.
<p><i class="fas fa-info-circle"></i> Your sign-in information is the same on all communities on this network.</p>
<p>By signing in, you agree to abide by our <a href="/help/tos">Terms of Service</a>, <a href="/help/code-of-conduct">Code of Conduct</a>, <a href="/help/spam">Guidelines for promotional content</a>, and any other policies listed in the <a href="/help">Help Center</a>.</p>
</div>

<%= form_for(resource, as: resource_name, url: session_path(resource_name), method: :post) do |f| %>
Expand Down

0 comments on commit 0458efb

Please sign in to comment.