aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyörgy Peng <gypeng@drezina.hu>2014-01-06 14:51:08 +0100
committerGyörgy Peng <gypeng@drezina.hu>2014-01-06 14:51:08 +0100
commit58719d9ab8b3e33f914028b5970ca9a9878bb3d9 (patch)
treefcff3fea35ccf8762f192610e7f8ba68ba3cdbab
parent077403c167f686e8d7afc9fd84c6079744372598 (diff)
Update wall.html.erb
'\' removed
-rw-r--r--app/views/user/wall.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/wall.html.erb b/app/views/user/wall.html.erb
index 5f11041e1..a5e08639e 100644
--- a/app/views/user/wall.html.erb
+++ b/app/views/user/wall.html.erb
@@ -5,7 +5,7 @@
<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) %></p>
<%= render :partial => 'change_receive_email' %>
<% else %>
- <h2><%= _("This is <a href=\"{{profile_url}}\">{{user_name}}'s</a> wall\", :profile_url => show_user_profile_path, :user_name => h(@display_user.name)) %></h2>
+ <h2><%= _("This is <a href=\"{{profile_url}}\">{{user_name}}'s</a> wall", :profile_url => show_user_profile_path, :user_name => h(@display_user.name)) %></h2>
<% end %>
</div>
<div id="user_profile_search">