X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/56798e94358c2943b2b269513e5479e4d5a48000..a27e6636a6d9b87da48211ae08e68b2cee8ad54c:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 7e8b45185..1332ab6e2 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -111,36 +111,36 @@ <% end %> - <% if can?(:set_status, User) || can?(:delete, User) %> + <% if can?(:set_status, User) || can?(:destroy, User) %> @@ -183,7 +183,7 @@ <% if current_user and @user.id == current_user.id %> <% if @user.home_lat.nil? or @user.home_lon.nil? %>
-

<%= raw(t(".if set location", :settings_link => (link_to t(".settings_link_text"), :controller => "users", :action => "account", :display_name => current_user.display_name))) %>

+

<%= t(".if_set_location_html", :settings_link => (link_to t(".settings_link_text"), :controller => "users", :action => "account", :display_name => current_user.display_name)) %>

<% else %> <% content_for :head do %> @@ -195,7 +195,7 @@ :icon => image_path("marker-red.png"), :description => render(:partial => "popup", :object => current_user, :locals => { :type => "your location" }) } %> - <%= content_tag "div", "", :id => "map", :class => "content_map", :data => { :user => user_data } %> + <%= tag.div "", :id => "map", :class => "content_map", :data => { :user => user_data } %> <% end %> <% friends = @user.friends %>