diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/show.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index cf1f971d9..a9fd95d54 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -27,6 +27,7 @@ <div id="left_column"> <h1><%=h(@info_request.title)%></h1> + <% if !@info_request.is_external? && @info_request.user.profile_photo %> <p class="user_photo_on_request"> <img src="<%= get_profile_photo_url(:url_name => @info_request.user.url_name) %>" alt=""> |