Fixed unsense title tag for Cancel button
parent
7bab25cc6c
commit
acfd884dd1
|
@ -8,5 +8,5 @@ form
|
||||||
div.delete-options
|
div.delete-options
|
||||||
a.button.button-green(href="", title="Accept")
|
a.button.button-green(href="", title="Accept")
|
||||||
span Accept
|
span Accept
|
||||||
a.button.button-red(href="", title="Delete")
|
a.button.button-red(href="", title="Cancel")
|
||||||
span Cancel
|
span Cancel
|
Loading…
Reference in New Issue