From c551861d437a2abe71332a0b84f7755ef05874a8 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 12 Mar 2012 17:39:16 -0300 Subject: [PATCH] Fixing links on account/signup --- app/views/account/signup.rhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml index 94b1314..f441cb1 100644 --- a/app/views/account/signup.rhtml +++ b/app/views/account/signup.rhtml @@ -5,11 +5,11 @@

<%= _("Firstly, some tips for getting started:") %>

<%= _("Confirm your account!") %>

<%= _("You should receive a welcome email from us shortly. Please take a second to follow the link within to confirm your account.") %>

-

<%= _("You won't appear as %s until your account is confirmed.") % link_to user, {:controller => :browse, :action => :people, :filter => 'more_recent'}, :target => '_blank' %>

+

<%= _("You won't appear as %s until your account is confirmed.") % link_to(_('user'), {:controller => :browse, :action => :people, :filter => 'more_recent'}, :target => '_blank') %>

<%= _("What to do next?") %>

-

<%= _("%s. Upload an avatar and let your friends find you easily :)") % link_to _('Customize your profile'), {:controller => 'doc', :section => 'user', :topic => 'editing-person-info'}, :target => '_blank' %>

-

<%= _("Learn the guidelines. Read the %s for more details on how to use this social network!") % link_to _('Documentation'), {:controller => 'doc'}, :target => '_blank' %>

-

<%= _("%s your Gmail, Yahoo and Hotmail contacts!") % link_to _('Invite and find'), {:controller => 'doc', :section => 'user', :topic => 'invite-contacts'}, :target => '_blank' %>

+

<%= _("%s. Upload an avatar and let your friends find you easily :)") % link_to(_('Customize your profile'), {:controller => 'doc', :section => 'user', :topic => 'editing-person-info'}, :target => '_blank') %>

+

<%= _("Learn the guidelines. Read the %s for more details on how to use this social network!") % link_to(_('Documentation'), {:controller => 'doc'}, :target => '_blank') %>

+

<%= _("%s your Gmail, Yahoo and Hotmail contacts!") % link_to(_('Invite and find'), {:controller => 'doc', :section => 'user', :topic => 'invite-contacts'}, :target => '_blank') %>

<%= _("Start exploring and have fun!") %>

<% else %> -- libgit2 0.21.2