diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/contact_mailer/from_admin_message.rhtml | 1 | ||||
-rw-r--r-- | app/views/request/show.rhtml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/contact_mailer/from_admin_message.rhtml b/app/views/contact_mailer/from_admin_message.rhtml index 4169d8d3a..3af759c5d 100644 --- a/app/views/contact_mailer/from_admin_message.rhtml +++ b/app/views/contact_mailer/from_admin_message.rhtml @@ -1,2 +1 @@ <%= raw @message %> - diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index ef49ef958..9abc888d0 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -25,6 +25,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=""> |