Sha256: 0fe8a78595b044581684ec13922e2a24536dbb6c137e44975a5df9235ab1b929

Contents?: true

Size: 427 Bytes

Versions: 21

Compression:

Stored size: 427 Bytes

Contents

<% blazer_title "Dashboards" %>

<p style="float: right;"><%= link_to "New Dashboard", new_dashboard_path, class: "btn btn-info" %></p>
<%= render partial: "blazer/nav" %>

<table class="table">
  <thead>
    <tr>
      <th>Dashboard</th>
    </tr>
  </thead>
  <tbody>
    <% @dashboards.each do |dashboard| %>
      <tr>
        <td><%= link_to dashboard.name, dashboard %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
blazer-1.7.2 app/views/blazer/dashboards/index.html.erb
blazer-1.7.1 app/views/blazer/dashboards/index.html.erb
blazer-1.7.0 app/views/blazer/dashboards/index.html.erb
blazer-1.6.2 app/views/blazer/dashboards/index.html.erb
blazer-1.6.1 app/views/blazer/dashboards/index.html.erb
blazer-1.6.0 app/views/blazer/dashboards/index.html.erb
blazer-1.5.1 app/views/blazer/dashboards/index.html.erb
blazer-1.5.0 app/views/blazer/dashboards/index.html.erb
blazer-1.4.0 app/views/blazer/dashboards/index.html.erb
blazer-1.3.5 app/views/blazer/dashboards/index.html.erb
blazer-1.3.4 app/views/blazer/dashboards/index.html.erb
blazer-1.3.3 app/views/blazer/dashboards/index.html.erb
blazer-1.3.2 app/views/blazer/dashboards/index.html.erb
blazer-1.3.1 app/views/blazer/dashboards/index.html.erb
blazer-1.3.0 app/views/blazer/dashboards/index.html.erb
blazer-1.2.1 app/views/blazer/dashboards/index.html.erb
blazer-1.2.0 app/views/blazer/dashboards/index.html.erb
blazer-1.1.1 app/views/blazer/dashboards/index.html.erb
blazer-1.1.0 app/views/blazer/dashboards/index.html.erb
blazer-1.0.4 app/views/blazer/dashboards/index.html.erb