mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-16 12:49:59 +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
|
.panel-body
|
||||||
%textarea.form-control{name: 'ib-answer', data: { id: i.id }}
|
%textarea.form-control{name: 'ib-answer', data: { id: i.id }}
|
||||||
%br/
|
%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
|
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
|
Delete
|
||||||
|
|
||||||
- if @inbox.empty?
|
- if @inbox.empty?
|
||||||
|
|
Loading…
Reference in a new issue