Commit fc8dece9
Changed files (1)
app
views
profiles
app/views/profiles/show.html.erb
@@ -14,6 +14,7 @@
<div class="row">
<div class="span3">
<a href="<%= url_for profile_path(@profile) %>"><img src="<%= avatar_url @profile %>&s=200" alt="<%= @profile.name %>" /></a>
+ <a href="<%= @profile.website %>">website</a>
<% if @profile.email.eql? "mo@mokhan.ca" %>
<a href="https://twitter.com/mocheen" class="twitter-follow-button" data-show-count="false">Follow @mocheen</a>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>