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

@ -40,8 +40,12 @@ module ApplicationHelper
link_to(per_page, params, :remote => true, class: link_class)
end
content_tag :div, class: 'btn-group pull-right' do
if options[:wrap] == false
links.join.html_safe
else
content_tag :div, class: 'btn-group pull-right' do
links.join.html_safe
end
end
end