Sha256: 58a93fb44414e67b23eda32d71df50da6db70fde808b50cd84f3ce5327ed7493

Contents?: true

Size: 721 Bytes

Versions: 37

Compression:

Stored size: 721 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) %> fade show" role="alert">
                <!-- <div class="alert-icon"><i class="flaticon-<%= phc_notification(flash_type) %>"></i></div> -->
                <div class="alert-text"><%= phc_notification_msg %></div>
                <div class="alert-close">
                    <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                        <span aria-hidden="true"><i class="la la-close"></i></span>
                    </button>
                </div>
            </div>
        </div>
    </div>
<% end %>

Version data entries

37 entries across 37 versions & 1 rubygems

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