diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 2ceab80a84..ef4255f4cc 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -1,5 +1,5 @@
- + <%= raw t('users.new.about_public_lab') %>
@@ -24,15 +24,9 @@ <%= render 'form' %> -
-

<%= t('users.new.code_of_conduct_agreement') %>

-

<%= raw t('users.new.code_of_conduct_detail', :url1 => "http://publiclab.org/conduct") %>

-
- -
-

<%= t('users.new.licensing_agreement') %>

-

<%= raw t('users.new.licensing_detail', :url1 => "http://creativecommons.org/licenses/by-sa/3.0/", :url2 => "http://www.ohwr.org/cernohl", :url3 => "http://creativecommons.org/licenses/by-sa/3.0/") %>

-
+ <% cache('feature_signup-notice', skip_digest: true) do %> + <%= feature('signup-notice') %> + <% end %>