Commit fc8dece9

mo k <mo@mokhan.ca>
2012-05-17 13:02:03
add link to personal website.
1 parent 69f17bc
Changed files (1)
app
views
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 %>&amp;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>