Improve "no traces" message
This commit is contained in:
parent
abb13e4a91
commit
f9528a7464
2 changed files with 2 additions and 3 deletions
|
@ -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' %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue