Sha256: 23d99d58207c4c9b3f0d5bce211ac416ffed3b66ab8c3150b95da5cd318c937e

Contents?: true

Size: 280 Bytes

Versions: 3

Compression:

Stored size: 280 Bytes

Contents

<h1>Metrics</h1>
<p>
  The following metrics are currently available. You can more by running the following command: 
  <code>rails g metric <my new metric></code>
</p>
<ul>
  <% @metrics.each do |metric| %>
    <li>
      <%= link_to_metric metric %>
    </li>
  <% end %>
</ul>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
prosperity-0.0.11 app/views/prosperity/metrics/index.html.erb
prosperity-0.0.10 app/views/prosperity/metrics/index.html.erb
prosperity-0.0.9 app/views/prosperity/metrics/index.html.erb