phcdevworks_notifications 0.14.0 → 0.15.0
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: 0bd3ff6d9b331510a9d7108e7725ab2ae9a03d350a965a5de84d0365ff7ec4a1
|
4
|
+
data.tar.gz: 71671ae35de6cb96a8f49885ed9d24c93ce4c805aabdceec3f023893ff427dcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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(
|
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">×</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(
|
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">
|
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.
|
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-
|
11
|
+
date: 2019-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|