Sha256: a2e80cc3d2b1b6122061bf2dadc916d14973933fa8473e1aba1df2665cd5c7d2

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 Bytes

Contents

<h1>Goals</h1>
<ul id="goals">
  <% @goals.each do |goal| %>
    <li class="goal"><%= goal.name %>: <%= goal.visits %> visits</li>
  <% end %>
</ul>
<p><a href="<%= url "/goals/new" %>">New Goal</a></p>

<h1>Recent Visitors</h1>
<ul>
  <% @visitors.each do |v| %>
    <li><a href="<%= url "/visitor/#{v.id}" %>">Visitor <%= v.id %></a> (<%= v.events.size %> events)</li>
  <% end %>
</ul>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
metry-2.0.0 lib/metry/psycho/dashboard.erb
metry-2.0.1 lib/metry/psycho/dashboard.erb
metry-2.0.2 lib/metry/psycho/dashboard.erb
metry-2.0.3 lib/metry/psycho/dashboard.erb