Sha256: be7cb49c8c785c4403e69be276c6837dc2e49146f66f4767456aac067dc7d61c

Contents?: true

Size: 296 Bytes

Versions: 13

Compression:

Stored size: 296 Bytes

Contents

<p style="color: green"><%= notice %></p>

<h1>Dashboards</h1>

<div id="dashboards">
  <% @dashboards.each do |dashboard| %>
    <%= render dashboard %>
    <p>
      <%= link_to "Show this dashboard", dashboard %>
    </p>
  <% end %>
</div>

<%= link_to "New dashboard", new_dashboard_path %>

Version data entries

13 entries across 13 versions & 5 rubygems

Version Path
lesli_calendar-0.2.2 app/views/lesli_calendar/dashboards/index.html.erb
lesli_calendar-0.2.1 app/views/lesli_calendar/dashboards/index.html.erb
lesli_audit-0.5.0 app/views/lesli_audit/dashboards/index.html.erb
lesli_driver-0.2.0 app/views/lesli_driver/dashboards/index.html.erb
lesli_audit-0.4.0 app/views/lesli_audit/dashboards/index.html.erb
lesli_admin-0.3.0 app/views/lesli_admin/dashboards/index.html.erb
lesli_audit-0.3.0 app/views/lesli_audit/dashboards/index.html.erb
lesli_admin-0.2.0 app/views/lesli_admin/dashboards/index.html.erb
lesli_driver-0.1.0 app/views/lesli_driver/dashboards/index.html.erb
lesli_audit-0.2.0 app/views/lesli_audit/dashboards/index.html.erb
lesli_bell-0.1.0 app/views/lesli_bell/dashboards/index.html.erb
lesli_audit-0.1.0 app/views/lesli_audit/dashboards/index.html.erb
lesli_admin-0.1.0 app/views/lesli_admin/dashboards/index.html.erb