Sha256: bcb0bf1f805a068868505265d760cf36c11b3ccfc2fd8f918765a3dfa2396087

Contents?: true

Size: 569 Bytes

Versions: 14

Compression:

Stored size: 569 Bytes

Contents

<h1>CSV Reports</h1>

<div class="alert alert-info alert-dismissible" role="alert">
  <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
  <strong>Note.</strong> Reports are generated nightly. Data will not include today's site activity.
</div>

<div class="list-group">
  <% @reports.each do |report| %>
    <% if can? :read, "Reports" %>
      <%= link_to report[:title], report_path(id: report[:id], format: "csv"), class: "list-group-item" %>
    <% end %>
  <% end %>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.2.0.beta1 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.21 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.20 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.19 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.18 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.17 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.16 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.15 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.14 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.13 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.12 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.11 app/views/think_feel_do_dashboard/reports/index.html.erb
think_feel_do_dashboard-1.1.10 app/views/think_feel_do_dashboard/reports/index.html.erb