Sha256: 414ce072a3560467fb2d1c5ddfef0cc3240a95ae2443a8bbd3ca3d06fbd7cf05
Contents?: true
Size: 525 Bytes
Versions: 4
Compression:
Stored size: 525 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) %> <%= link_to "stats", show_stats_path(:year => m.year, :month => m.month) %> </li> <% end %> </ul>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
moneyrail-0.1.4 | app/views/home/index.html.erb |
moneyrail-0.1.2 | app/views/home/index.html.erb |
moneyrail-0.1.1 | app/views/home/index.html.erb |
moneyrail-0.1.0 | app/views/home/index.html.erb |