Refactor trace guidance to avoid raw html in translations
Also rearrange to avoid multiple sentences in a heading.
This commit is contained in:
parent
317b1871f4
commit
10e035df93
3 changed files with 9 additions and 3 deletions
|
@ -76,5 +76,7 @@
|
|||
|
||||
<%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %>
|
||||
<% else %>
|
||||
<h4><%= t ".empty_html", :upload_link => new_trace_path %></h4>
|
||||
<h2><%= t ".empty_title" %></h2>
|
||||
<p><%= t ".empty_upload_html", :upload_link => link_to(t(".upload_new"), new_trace_path),
|
||||
:wiki_link => link_to(t(".wiki_page"), t(".wiki_page_url")) %></p>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue