<% content_for :heading do %>
- <h1><%= h(@title) %></h1>
+ <h1><%= @title %></h1>
<ul class='secondary-actions clearfix'>
<li><%= t(".description") %></li>
<li><%= rss_link_to :action => "georss", :display_name => @display_name, :tag => @tag %></li>
<% if @traces.size > 0 %>
<%= render :partial => "trace_paging_nav" %>
- <table id="trace_list" cellpadding="3">
+ <table id="trace_list" class="table table-borderless table-striped">
<thead>
<tr>
<th></th>
<% else %>
<h4><%= t ".empty_html", :upload_link => new_trace_path %></h4>
<% end %>
-
-<%= render :partial => "trace_optionals" %>