Commit c551861d437a2abe71332a0b84f7755ef05874a8

Authored by Daniela Feitosa
1 parent 3537fb4a

Fixing links on account/signup

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/views/account/signup.rhtml
... ... @@ -5,11 +5,11 @@
5 5 <p><%= _("Firstly, some tips for getting started:") %></p>
6 6 <h4><%= _("Confirm your account!") %></h4>
7 7 <p><%= _("You should receive a welcome email from us shortly. Please take a second to follow the link within to confirm your account.") %></p>
8   - <p><%= _("You won't appear as %s until your account is confirmed.") % link_to user, {:controller => :browse, :action => :people, :filter => 'more_recent'}, :target => '_blank' %></p>
  8 + <p><%= _("You won't appear as %s until your account is confirmed.") % link_to(_('user'), {:controller => :browse, :action => :people, :filter => 'more_recent'}, :target => '_blank') %></p>
9 9 <h4><%= _("What to do next?") %></h4>
10   - <p><%= _("%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' %></p>
11   - <p><%= _("Learn the guidelines. Read the %s for more details on how to use this social network!") % link_to _('Documentation'), {:controller => 'doc'}, :target => '_blank' %></p>
12   - <p><%= _("%s your Gmail, Yahoo and Hotmail contacts!") % link_to _('Invite and find'), {:controller => 'doc', :section => 'user', :topic => 'invite-contacts'}, :target => '_blank' %></p>
  10 + <p><%= _("%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') %></p>
  11 + <p><%= _("Learn the guidelines. Read the %s for more details on how to use this social network!") % link_to(_('Documentation'), {:controller => 'doc'}, :target => '_blank') %></p>
  12 + <p><%= _("%s your Gmail, Yahoo and Hotmail contacts!") % link_to(_('Invite and find'), {:controller => 'doc', :section => 'user', :topic => 'invite-contacts'}, :target => '_blank') %></p>
13 13 <p><%= _("Start exploring and have fun!") %></p>
14 14 </div>
15 15 <% else %>
... ...