mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-26 18:18:51 +01:00
Add warnings (copyright+login) to translation form
This commit is contained in:
@@ -13,5 +13,11 @@
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="alert alert-info">
|
||||
<%= t '.copyright_warning_html' %>
|
||||
<% if not user_signed_in? %>
|
||||
<%= t '.not_logged_in_warning' %>
|
||||
<% end %>
|
||||
</div>
|
||||
<%= f.submit %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user