fix user's website links

This commit is contained in:
Lee Lawlor
2014-10-27 12:52:15 -04:00
parent 8272f17930
commit bbe46baab7
2 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<h2><%= t(:profile_for) %> <%= @user.login %></h2>
<%= t(:member_since) %> <%= @user.created_at.strftime('%B %-d, %Y') %>
<br><br>
<%= t(:profile_website) %>: <%= link_to @user.website, @user.website %>
<%= t(:profile_website) %>: <%= link_to @user.website, @user.display_website, target: '_blank' %>
<br><br>
<%= t(:profile_bio) %>: <%= @user.bio %>
<br><br>