From 4054ffc2bc14e0b35da842ed5447687997def075 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 5 Aug 2009 15:32:41 -0300 Subject: [PATCH] ActionItem1165: better signup screen --- app/views/account/_signup_form.rhtml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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