phcdevworks_notifications 0.14.0 → 0.15.0

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: d7ecc93869f8fea1ec517db90828e546a94ec86153773348a7cbe58866c2fd7a
4
- data.tar.gz: 31efd52cadf8887032c59b68922ea6b95fa8ef91c7168bfc8c2e9414de60b47d
3
+ metadata.gz: 0bd3ff6d9b331510a9d7108e7725ab2ae9a03d350a965a5de84d0365ff7ec4a1
4
+ data.tar.gz: 71671ae35de6cb96a8f49885ed9d24c93ce4c805aabdceec3f023893ff427dcc
5
5
  SHA512:
6
- metadata.gz: c82ec75c62f28a76651c71b56aba034eb01f9443d4117f49b432b9e43f034ff4e881ac3e7276c8d8d02839a20f2c3d5473448640b2e0133e259ec9b9da9ce19c
7
- data.tar.gz: dc5032a82d8f6ab15799378d100478f24dd2e3755dbe7cb1d8013a52bb375528b378778bb0dc06b13577b9a808308d810a4dbc7349944f5905a44475d6c2609f
6
+ metadata.gz: ea6e14afd902ac11fb114b7c9df171e0a9d18e135ea9349b19b513d9662d45f2af13bd597278295c572da8b3a23c15898b2a9e6a609fa1edae73264ef73e4293
7
+ data.tar.gz: 3106dac95f0d2fb53f415030c8f9b5e2f035c586848210a03be9e3e1f0fcabbdda2ba8b895ffda807503a3a2d339f17938bd6ea19f1d8735f0e15d2422523360
@@ -1,7 +1,7 @@
1
1
  <% flash.each do |type, msg| %>
2
2
  <div class="row">
3
3
  <div class="col-md-12">
4
- <div class="alert <%= phc_notification(type) %> alert-dismissable fade show" role="alert">
4
+ <div class="alert <%= phc_notification(flash_type) %> alert-dismissable fade show" role="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>
@@ -1,6 +1,6 @@
1
1
  <div class="row">
2
2
  <div class="col-md-12">
3
- <div class="alert alert-outline-<%= phc_notification(type) %> fade show" role="alert">
3
+ <div class="alert alert-outline-<%= phc_notification(flash_type) %> fade show" role="alert">
4
4
  <div class="alert-text"><%= msg %></div>
5
5
  <div class="alert-close">
6
6
  <button type="button" class="close" data-dismiss="alert" aria-label="Close">
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksNotifications
2
- VERSION = '0.14.0'
2
+ VERSION = '0.15.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-09 00:00:00.000000000 Z
11
+ date: 2019-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails