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