3618: remove unnecessary "raw" directive for the sort columns table header attribute
[arvados.git] / apps / workbench / app / views / application / _content.html.erb
index 1fbbbebc554c3ad3401e118903c0bffc960ec9ee..e9fec776de337ec588584c5715c99ef4c9bfa8d5 100644 (file)
@@ -7,9 +7,11 @@
       <% pane_name = (pane.is_a?(Hash) ? pane[:name] : pane) %>
       <li class="<%= 'active' if i==0 %>">
         <a href="#<%= pane_name %>"
-           data-toggle="tab"
+           class="pane-anchor"
            id="<%= pane_name %>-tab"
+           data-toggle="tab"
            data-tab-history=true
+           data-tab-history-update-url=true
            data-pane-content-url="<%= url_for(params.merge(tab_pane: pane_name)) %>">
           <%= pane_name.gsub('_', ' ') %> <span id="<%= pane_name %>-count"></span>
         </a>