Merge branch 'master' of https://github.com/ZeusWPI/Tab
This commit is contained in:
commit
b30e1fb438
1 changed files with 4 additions and 26 deletions
|
@ -1,28 +1,6 @@
|
||||||
%h2= @user.name
|
%h2= @user.name
|
||||||
= render 'transactions/new'
|
= render 'transactions/new'
|
||||||
%table#transactions.pure-table.pure-table-striped{data: { source: user_path(@user) }}
|
= datagrid_form_for @grid, method: :get, url: user_path(@user)
|
||||||
%thead
|
= paginate(@grid.assets)
|
||||||
%tr
|
= datagrid_table @grid
|
||||||
%th Time
|
= paginate(@grid.assets)
|
||||||
%th Amount
|
|
||||||
%th Peer
|
|
||||||
%th Issuer
|
|
||||||
%th Message
|
|
||||||
%tbody
|
|
||||||
%tfoot
|
|
||||||
%tr
|
|
||||||
%td.bound.input-listen{ 'data-input-type': 'date-range' }
|
|
||||||
%input.lower-bound{type: 'date', placeholder: 'after'}
|
|
||||||
= "<= Time <="
|
|
||||||
%input.upper-bound{type: 'date', placeholder: 'before'}
|
|
||||||
%td.bound.input-listen{ 'data-input-type': 'number-range' }
|
|
||||||
%input.lower-bound{type: 'number', placeholder: 'lower', class: 'pure-u-1-5'}
|
|
||||||
= "<= Amount <="
|
|
||||||
%input.upper-bound{type: 'number', placeholder: 'upper', class: 'pure-u-1-5'}
|
|
||||||
%td.input-listen{ 'data-input-type': 'text' }
|
|
||||||
%input{type: 'text', placeholder: 'Filter on Issuer'}
|
|
||||||
%td.input-listen{ 'data-input-type': 'text' }
|
|
||||||
%input{type: 'text', placeholder: 'Filter on Peer'}
|
|
||||||
%td.input-listen{ 'data-input-type': 'text' }
|
|
||||||
%input{type: 'text', placeholder: 'Filter on Message'}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue