Sha256: 6e93ac0e3de3050408ab6442d65fa63bf11fe8790b471307553e691361b7b365

Contents?: true

Size: 549 Bytes

Versions: 2

Compression:

Stored size: 549 Bytes

Contents

<% flash.each do |flash_type, phc_notification_msg| %>
    <div class="row">
    	<div class="col-md-12">
    		<div class="alert <%= phc_notification(flash_type) %> alert-dismissable fade show" role="alert" id="phcdevworks_notifi_alert">
                <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
                <h4 class="text-center"><%= phc_notification_msg %></h4>
    		</div>
    	</div>
    </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcdevworks_notifications-3.0.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-2.3.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb