aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user/show.rhtml')
-rw-r--r--app/views/user/show.rhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml
index daee89eaa..667c89597 100644
--- a/app/views/user/show.rhtml
+++ b/app/views/user/show.rhtml
@@ -38,7 +38,12 @@
</div>
<div class="single_user">
+ <p id="user_photo_on_profile">
+ <img src="<%= get_profile_photo_url(:url_name => @display_user.url_name) %>">
+ </p>
+
<h1><%=@title%></h1>
+
<p class="subtitle">
Joined WhatDoTheyKnow in <%= year_from_date(@display_user.created_at) %>
<% if !@user.nil? && @user.admin_page_links? %>