From 0e0ef1da265b21069b1894f99c243f0bbe7cae4f Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 18 Jan 2025 06:44:22 +0300 Subject: [PATCH] Use multiple lines in settings contributor terms section --- app/views/accounts/edit.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/accounts/edit.html.erb b/app/views/accounts/edit.html.erb index 7a10b12e3..2f336a330 100644 --- a/app/views/accounts/edit.html.erb +++ b/app/views/accounts/edit.html.erb @@ -29,13 +29,14 @@ (" target="_new"><%= t ".openid.link text" %>) -
- +
+ <% if current_user.terms_agreed? %> <%= t ".contributor terms.agreed" %> (" target="_new"><%= t ".contributor terms.link text" %>) <% if current_user.consider_pd? %> +
<%= t ".contributor terms.agreed_with_pd" %> <% end %> <% else %> -- 2.39.5