ifad / data-confirm-modal

Makes Rails' link_to confirm: 'foo' build a Bootstrap Modal instead of calling the browser's confirm() API.
MIT License
270 stars 115 forks source link

Add ability to specify verify text label #16

Closed magicmarkker closed 9 years ago

magicmarkker commented 9 years ago

Adds a description for the text box so the user can have context as to what they are supposed to input.

vjt commented 9 years ago

Nice, thanks.