From: Shaun McDonald Date: Tue, 10 Jun 2008 17:17:32 +0000 (+0000) Subject: Replacing the non existant image with a pending text on the trace page X-Git-Tag: live~7762 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/955122e41292828516d6b75c3baf813d00da76e2 Replacing the non existant image with a pending text on the trace page --- diff --git a/app/views/trace/view.rhtml b/app/views/trace/view.rhtml index d4bdb9745..f547f05db 100644 --- a/app/views/trace/view.rhtml +++ b/app/views/trace/view.rhtml @@ -1,6 +1,10 @@

<%= h(@title) %>

- + <% if @trace.inserted %> + + <% else %> + PENDING + <% end %>