From 955122e41292828516d6b75c3baf813d00da76e2 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Tue, 10 Jun 2008 17:17:32 +0000 Subject: [PATCH] Replacing the non existant image with a pending text on the trace page --- app/views/trace/view.rhtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 %> -- 2.43.2