Sha256: c90678aca67c92c5e5de4c9352cb93682079e093aa21d22e538f056ceb51d965
Contents?: true
Size: 484 Bytes
Versions: 3
Compression:
Stored size: 484 Bytes
Contents
<% title "Dashboards" %> <p style="float: right;"><%= link_to "New Dashboard", new_dashboard_path, class: "btn btn-info" %></p> <p> <%= link_to "Home", root_path, class: "btn btn-primary", style: "margin-right: 10px;" %> </p> <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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blazer-1.0.2 | app/views/blazer/dashboards/index.html.erb |
blazer-1.0.1 | app/views/blazer/dashboards/index.html.erb |
blazer-1.0.0 | app/views/blazer/dashboards/index.html.erb |