1
0
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:
2019-02-05 14:14:13 +01:00
parent 8cf8deae0a
commit 565aa5375f
2 changed files with 8 additions and 0 deletions

View File

@@ -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 %>