diff --git a/app/views/account/_signup_form.rhtml b/app/views/account/_signup_form.rhtml index 174ea28..896ba7c 100644 --- a/app/views/account/_signup_form.rhtml +++ b/app/views/account/_signup_form.rhtml @@ -50,18 +50,20 @@ <% end %> <% if @terms_of_use %> - <%= _("By clicking on 'I accept the terms of use' below you are agreeing to the %s") % +
+ <%= _("By clicking on 'I accept the terms of use' below you are agreeing to the %s") % link_to_function(_('Terms of use'), nil) do |page| page['terms-of-use'].show - end %> - - -

<%= labelled_check_box(_('I accept the terms of use'), 'user[terms_accepted]') %>

<% end %> <% if params[:enterprise_code] %> -- libgit2 0.21.2