% title @table.name %>
<%= link_to "New report from this table", new_table_report_path(@table) if permitted_to? :report, @table %>
<%= render "reports/list", :list => @table.reports %><%= link_to "Hide Table Output", table_path(@table) %>
<%= @test_html %> <% else %><%= link_to "See Table Output", table_path(@table, :test => true) %>
<% if @table.column_names and @table.column_names.size > 0 %><%= name %> | <% end %>
---|