changing table user acceptance specs in the green
This commit is contained in:
@@ -2,5 +2,5 @@ modal-dialog action="close"
|
||||
h3.flush--top= title
|
||||
p=body
|
||||
hr
|
||||
button{action "close"}= t 'confirm.cancel'
|
||||
button.right{action 'confirm'}= t 'confirm.confirm'
|
||||
button.confirm-cancel{action "close"}= t 'confirm.cancel'
|
||||
button.confirm-ok.right{action 'confirm'}= t 'confirm.confirm'
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
each table in tables
|
||||
img{action selectQr table} src="/table_qr_image.svg?table_id=#{unbound table._id}"
|
||||
a{action selectQr table}: img src="/table_qr_image.svg?table_id=#{unbound table._id}"
|
||||
|
||||
Reference in New Issue
Block a user