Sha256: 424a810605302d9aa052daa00620e369a27aef8a802dc13d1e053ba8dc4ac0d5

Contents?: true

Size: 507 Bytes

Versions: 38

Compression:

Stored size: 507 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">
                <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

38 entries across 38 versions & 1 rubygems

Version Path
phcdevworks_notifications-2.2.2 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-2.2.1 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-2.2.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-2.1.2 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-2.1.1 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-2.1.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-2.0.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.5.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.4.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.3.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.2.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.1.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.0.6 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.0.5 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.0.4 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.0.3 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.0.2 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.0.1 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-1.0.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.35.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb