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