ifad / data-confirm-modal

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

data-title attribute don't work #47

Closed galievruslan closed 8 years ago

galievruslan commented 8 years ago

Hello

= link_to destroy_user_session_path, data: {title: t(:confirm_action), confirm: t(:are_you_sure_logout), commit: t('yes'), cancel: t('not')}

Is used in the link attribute data-title, but the title he did not appear. Everything else works fine. Thanks

galievruslan commented 8 years ago

Strange, but it earned after a server restart.