Improve "no traces" message

This commit is contained in:
Tom Hughes 2012-08-01 10:56:19 +01:00
parent abb13e4a91
commit f9528a7464
2 changed files with 2 additions and 3 deletions

View file

@ -33,7 +33,7 @@
<%= render :partial => 'trace_paging_nav' %>
<% else %>
<%= t 'trace.list.empty_html', :upload_link => link_to(t('trace.list.upload_new'), trace_create_path) %>
<p><%= t 'trace.list.empty_html', :upload_link => trace_create_path %></p>
<% end %>
<%= render :partial => 'trace_optionals' %>