add view for all transactions + csv
This commit is contained in:
parent
b5b4ccd922
commit
ef0888f38d
15 changed files with 111 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue