phcdevworks_notifications 2.2.2 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e339ec6c80531d005a625709e2d3cc8e19dfd3659670c69b92fe562dcb2f895
4
- data.tar.gz: 385964cff8f1ad9a6878b2594f03c33472488ba57da8932dfee7e2d6f320ca69
3
+ metadata.gz: 231cabd55f2fa07d0209701e8a23242cf864a83805e648d404735fbbe2cae288
4
+ data.tar.gz: f376b5718f4354f351a134d96e5e1774519cf9829ab5c2312cc3dbc328adc2f1
5
5
  SHA512:
6
- metadata.gz: 10ee463ac8586ef3d2f2cce4aa6200e3a27a2b2467165c59e7f5ddd84f5d8e0d6666084c9d0f9dc544950de1abc1aeb8c2874a91504ebe4bf755690ed34aae75
7
- data.tar.gz: 0ccd5d389e8589da605ac9c389791a38a27697b19dee907fb30482c8857827464f56f2ed4a6c67db966cb38419af7a3ba64fdcd49be3670e37b3fae75cb79935
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">&times;</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">&times;</span>
5
+ </button>
6
+ <h4 class="text-center"><%= phc_notification_msg %></h4>
7
+ </div>
8
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksNotifications
2
- VERSION = '2.2.2'
2
+ VERSION = '2.2.3'
3
3
  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.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