aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/user/wall.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/user/wall.rhtml b/app/views/user/wall.rhtml
index dd45250bd..190cc0a6d 100644
--- a/app/views/user/wall.rhtml
+++ b/app/views/user/wall.rhtml
@@ -1,10 +1,10 @@
<% @title = h(@display_user.name) + _(" - wall") %>
-
+<% if @is_you %>
<div class="medium_column">
<p><%= _('You can change the requests and users you are following on <a href="{{profile_url}}">your profile page</a>.', :profile_url => show_user_profile_path) %>
<%= render :partial => 'change_receive_email' %>
</div>
-
+<% end %>
<div id="user_profile_search">
<% if !@feed_results.nil? %>
<% for result in @feed_results %>