Sha256: 88a4e4e8dccec652be7b5c188520911351ac41a6d9343787c4224c67bd7f8981

Contents?: true

Size: 415 Bytes

Versions: 4

Compression:

Stored size: 415 Bytes

Contents

<h1><%= @dashboard.title %></h1>

<%= form_tag(dashboard_path(params[:id]), method: 'get') do %>
  <%= render 'prosperity/shared/date_range' %>
  <%= submit_tag "Update", class: 'btn btn-primary' %>
<% end %>

<% @dashboard.graphs.each do |graph| %>
  <div class="graph">
    <h2><%= graph.title %></h2>

    <div class="metric" data-url="<%= graph_path(graph, start_time: start_time) %>"></div>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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