Here's the problem, the close button is not showing like it should be on right side (not like button). Can anyone please help me to figure this out.
<div class="alert alert-info alert-dismissible fade show" role="alert">
<%= notice %>
<button type="button" class="close alert-info" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>