X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1fcd5f559324d9f00cf1f71618c8f723506b2026..36203ebe261d38bab5a17ac866c6ed384d70e978:/app/views/trace/view.rhtml diff --git a/app/views/trace/view.rhtml b/app/views/trace/view.rhtml index 60f71b7c7..f547f05db 100644 --- a/app/views/trace/view.rhtml +++ b/app/views/trace/view.rhtml @@ -1,6 +1,10 @@ -

<%= @title %>

+

<%= h(@title) %>

- + <% if @trace.inserted %> + + <% else %> + PENDING + <% end %> @@ -22,11 +26,11 @@ <% end %> - + - + @@ -50,6 +54,9 @@ <% end %> <% if @trace.user.id == @user.id %> + + <% end %> + <% if @trace.user.id == @user.id %> <% end %>
Owner:<%= link_to @trace.user.display_name, {:controller => 'user', :action => 'view', :display_name => @trace.user.display_name} %><%= link_to h(@trace.user.display_name), {:controller => 'user', :action => 'view', :display_name => @trace.user.display_name} %>
Description:<%= @trace.description %><%= h(@trace.description) %>
Tags:<%= button_to 'Make this track public permanently', :controller => 'trace', :action => 'make_public', :id => @trace.id %><%= button_to 'Edit this track', :controller => 'trace', :action => 'edit', :id => @trace.id %><%= button_to 'Delete this track', :controller => 'trace', :action => 'delete', :id => @trace.id %>