Sha256: 25333c5426008c5e510541e591cb268a9cfe9ab7862dcb18ff6bfcebe7481aee

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

<ul>
  <li><%= link_to 'Accounts', accounts_path %></li>
  <li><%= link_to 'Categories', categories_path %></li>
  <li><%= link_to 'Items', items_path %></li>
</ul>
<ul>
  <% @months.each do |m| %>
    <li>
      <%= link_to "Logs: #{m.year}-#{m.month}",
        show_logs_path(:year => m.year, :month => m.month) %>
      <%= link_to "(edit)",
        edit_logs_path(:year => m.year, :month => m.month) %>
    </li>
  <% end %>
</ul>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
yhara-moneyrail-0.0.2 app/views/home/index.html.erb
moneyrail-0.0.2 app/views/home/index.html.erb