diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index cf1f971d9..e3ddf3b1b 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -22,11 +22,10 @@ </div> <% end %> -<%= render :partial => 'sidebar' %> - <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=""> @@ -148,3 +147,4 @@ <%= render :partial => 'after_actions' %> </div> +<%= render :partial => 'sidebar' %> |