- <%= link_to 'Accounts', accounts_path %>
- <%= link_to 'Categories', categories_path %>
- <%= link_to 'Items', items_path %>
<% @months.each do |m| %>
-
<%= 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) %>
<% end %>