Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no_button options for modal helper #161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Eric-Guo
Copy link

Sometime we just want to show modal immediately, for example when render js in AJAX jquery ujs way.

$('#bs_alarm').html('<%= j modal('Success!', id: 'mbo_modal', no_button: true) -%>');
$('#mbo_modal').modal();

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 44b19cd on Eric-Guo:no_button_for_modal_helper into 88a6398 on Fullscreen:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants