Sha256: bb66627190e9722bb61a3018b1a63db86ecd77867623e95f12a133e058e77137

Contents?: true

Size: 340 Bytes

Versions: 4

Compression:

Stored size: 340 Bytes

Contents

<h1>Dashboards</h1>

<p>
  <ul>
    <% for dashboard in @dashboards %>
      <li>
        <%= link_to dashboard.title, dashboard_path(dashboard) %>
        -
        <%= link_to 'edit', edit_dashboard_path(dashboard) %>
      </li>  
    <% end %>
  </ul>
</p>

<a href="<%= new_dashboard_path %>" class="btn btn-primary">New Dashboard</a>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
prosperity-0.0.5 app/views/prosperity/dashboards/index.html.erb
prosperity-0.0.4 app/views/prosperity/dashboards/index.html.erb
prosperity-0.0.3 app/views/prosperity/dashboards/index.html.erb
prosperity-0.0.2 app/views/prosperity/dashboards/index.html.erb