]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/index.html.erb
Merge remote-tracking branch 'upstream/pull/2838'
[rails.git] / app / views / traces / index.html.erb
index fff62ba551ee00d61f31164ebbdad3148edefa9e..609dbcede69da11ab47d5af6acb772fb02ac277f 100644 (file)
@@ -1,5 +1,5 @@
 <% 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">
-    <thead>
-      <tr>
-        <th></th>
-        <th></th>
-      </tr>
-    </thead>
+  <table id="trace_list" class="table table-borderless table-striped">
     <tbody>
       <%= render @traces unless @traces.nil? %>
     </tbody>