mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
ZHE FIXXX
This commit is contained in:
parent
0f2dc34e55
commit
f381baa702
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@
|
|||
.panel-body
|
||||
%textarea.form-control{name: 'ib-answer', data: { id: i.id }}
|
||||
%br/
|
||||
%button.btn.btn-success{name: 'ib-answer', data: { id: i.id }}
|
||||
%button.btn.btn-success{name: 'ib-answer', data: { ib_id: i.id }}
|
||||
Answer
|
||||
%button.btn.btn-danger{name: 'ib-destroy', data: { id: i.id }}
|
||||
%button.btn.btn-danger{name: 'ib-destroy', data: { ib_id: i.id }}
|
||||
Delete
|
||||
|
||||
- if @inbox.empty?
|
||||
|
|
Loading…
Reference in a new issue