From 840a4020319e5444af979cf9c0ab4bac1b3c6134 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 23 Apr 2008 13:15:04 +0000 Subject: [PATCH] Tidy up template. --- app/views/trace/_trace_header.rhtml | 39 +++++++++++++++-------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/app/views/trace/_trace_header.rhtml b/app/views/trace/_trace_header.rhtml index e84d46781..c89a2a390 100644 --- a/app/views/trace/_trace_header.rhtml +++ b/app/views/trace/_trace_header.rhtml @@ -1,23 +1,24 @@

<%= h(@title) %>

-RSS -<% if @user.nil? or @display_name.nil? or @user.display_name != @display_name %> - | <%= link_to 'See just your traces, or upload a trace', :action => 'mine' %> -<% end %> -<% if @tag or @display_name %> - | <%= link_to 'See all traces', :controller => 'trace', :action => 'list' %> -<% end %> -<% if @tag and @user and @user.display_name == @display_name %> - | <%= link_to 'See all your traces', :controller => 'trace', :action => 'mine' %> -<% end %> +

+ RSS + <% if @user.nil? or @display_name.nil? or @user.display_name != @display_name %> + | <%= link_to 'See just your traces, or upload a trace', :action => 'mine' %> + <% end %> + <% if @tag or @display_name %> + | <%= link_to 'See all traces', :controller => 'trace', :action => 'list' %> + <% end %> + <% if @tag and @user and @user.display_name == @display_name %> + | <%= link_to 'See all your traces', :controller => 'trace', :action => 'mine' %> + <% end %> +

+ <% if @display_name %> -<% if @user.traces.count(:conditions => "inserted=0")>4 %> -

-You have <%= @user.traces.count(:conditions => "inserted=0") %> traces -waiting for upload. Please consider waiting for these to finish before -uploading any more, so as not to block the queue for other users. -<% end %> + <% if @user.traces.count(:conditions => "inserted=0") > 4 %> +

+ You have <%= @user.traces.count(:conditions => "inserted=0") %> traces + waiting for upload. Please consider waiting for these to finish before + uploading any more, so as not to block the queue for other users. +

+ <% end %> <% end %> - -
-
-- 2.43.2