phcdevworks_notifications 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 231cabd55f2fa07d0209701e8a23242cf864a83805e648d404735fbbe2cae288
|
|
4
|
+
data.tar.gz: f376b5718f4354f351a134d96e5e1774519cf9829ab5c2312cc3dbc328adc2f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73543ca97597cef233f0d233af7a5403c11e6d9c40bed3837ace8fd043c3df67bf3be0cc6f2eb3de96d11958ddefc7ef836eb2a0042be4661aa57213ee510b59
|
|
7
|
+
data.tar.gz: 25bdc3d395c1ca503865c625e27923d94f2b02f75a1b9712f2fc1e7d55a2db2987b3c16d8233b1a35cc48e421224ac8962c0dd22579bc21cc71062e77b7b6bd6
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<% flash.each do |flash_type, phc_notification_msg| %>
|
|
2
2
|
<div class="row">
|
|
3
3
|
<div class="col-md-12">
|
|
4
|
-
<div class="alert <%= phc_notification(flash_type) %> alert-dismissable fade show" role="alert">
|
|
4
|
+
<div class="alert <%= phc_notification(flash_type) %> alert-dismissable fade show" role="alert" id="phcdevworks_notifi_alert">
|
|
5
5
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
6
6
|
<span aria-hidden="true">×</span>
|
|
7
7
|
</button>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<% flash.each do |flash_type, phc_notification_msg| %>
|
|
2
|
+
<div class="alert <%= phc_notification(flash_type) %> alert-dismissable fade show" role="alert" id="phcdevworks_notifi_alert">
|
|
3
|
+
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
4
|
+
<span aria-hidden="true">×</span>
|
|
5
|
+
</button>
|
|
6
|
+
<h4 class="text-center"><%= phc_notification_msg %></h4>
|
|
7
|
+
</div>
|
|
8
|
+
<% end %>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phcdevworks_notifications
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
@@ -79,6 +79,7 @@ files:
|
|
|
79
79
|
- app/helpers/phcdevworks_notifications/application_helper.rb
|
|
80
80
|
- app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
|
|
81
81
|
- app/views/phcdevworks_notifications/bootstrap/_validations.html.erb
|
|
82
|
+
- app/views/phcdevworks_notifications/custom/_notifications.html.erb
|
|
82
83
|
- app/views/phcdevworks_notifications/metronic/_notifications.html.erb
|
|
83
84
|
- app/views/phcdevworks_notifications/metronic/_validations.html.erb
|
|
84
85
|
- lib/phcdevworks_notifications.rb
|