Sha256: 5ce04e992704c545bd7b1ac7efa9057de90a07d7c269862ced2c536fd35e7852
Contents?: true
Size: 581 Bytes
Versions: 3
Compression:
Stored size: 581 Bytes
Contents
<%= render :partial => "query_report/search", locals: {report: @report} %> <br/> <%= render :partial => "query_report/links", locals: {report: @report} %> <%= render :partial => "query_report/charts", locals: {report: @report} %> <br/> <%# if @report.scopes.size > 0 %> <%#= link_to_with_scope('all', @report.current_scope) %> <%# @report.scopes.each do |scope| %> <%#= link_to_with_scope(scope, @report.current_scope) %> <%# end %> <%# end %> <%= render :partial => "query_report/records", locals: {report: @report} %> <%= paginate @report.paginated_query if @report.paginate? %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
query_report-1.0.4 | app/views/query_report/list.html.erb |
query_report-1.0.3 | app/views/query_report/list.html.erb |
query_report-1.0.2 | app/views/query_report/list.html.erb |