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-0.34.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.33.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.32.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.31.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.30.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.29.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.28.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.27.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.26.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.25.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.24.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.23.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.22.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.21.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.20.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.18.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.17.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
phcdevworks_notifications-0.16.0 app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb