add view for all transactions + csv

This commit is contained in:
wvengen 2014-05-06 19:02:01 +02:00
parent b5b4ccd922
commit ef0888f38d
15 changed files with 111 additions and 19 deletions

View file

@ -1,6 +1,7 @@
- title t('.title')
- content_for :actionbar do
= link_to t('.show_all'), finance_transactions_path, class: 'btn'
= link_to t('.new_transaction'), finance_new_transaction_collection_path, class: 'btn btn-primary'
.well.well-small
@ -10,4 +11,4 @@
placeholder: t('.search_placeholder')
#ordergroupsTable
= render :partial => "ordergroups"
= render :partial => "ordergroups"