Sha256: ba830945694da189415b5586f0182eb9b3f1d685704e2e723a460c52aadc0427

Contents?: true

Size: 451 Bytes

Versions: 4

Compression:

Stored size: 451 Bytes

Contents

<h2>Statictics
  <small><%= link_to_show_stats("<<", @month << 1) %></small>
  <%= format_month(@month) %>
  <small><%= link_to_show_stats(">>", @month >> 1) %></small>
</h2>

<table>
  <tr>
    <th>account</th>
    <% @categories.each do |category| %>
      <th><%=h category.name %></th>
    <% end %>
  </tr>

  <% @stat.each do |row| %>
    <tr>
    <% row.each do |cell| %>
      <td><%=h cell%></td>
    <% end %>
    </tr>
  <% end %>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moneyrail-0.1.4 app/views/stats/show.html.erb
moneyrail-0.1.2 app/views/stats/show.html.erb
moneyrail-0.1.1 app/views/stats/show.html.erb
moneyrail-0.1.0 app/views/stats/show.html.erb