phcdevworks_accounts 1.1.0 → 1.1.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4635a819cd01a993b819660ca547f22e7e3ed1766f289ae30035d92766aa69ef
|
4
|
+
data.tar.gz: 0ceff8bd1a2e3df561d94fbe70824290d5bed84c0ad7acfe029b8a67db487bb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13f667d76b5e0fce275e7547428129b2f13ca9c004d8ee625ed0687d011db019cf2e2ee6e07b0a51b2406da77e7340e363859189ed6faa7ffef20e12ce2872d2
|
7
|
+
data.tar.gz: 84dda83d8dbd0a212f00d4cf895ee89475516d98ecc7d4dff9680329edfaf4ecd8f0b303129a682371d8175ed10301cc44cafd7b19c09987219ce42909a0191b
|
@@ -27,11 +27,6 @@
|
|
27
27
|
</head>
|
28
28
|
<body class="pace-top bg-white">
|
29
29
|
|
30
|
-
<!-- Page Content -->
|
31
|
-
<%= render 'phcdevworks_notifications/bootstrap/notifications' %>
|
32
|
-
<%= yield %>
|
33
|
-
<!-- Page Content -->
|
34
|
-
|
35
30
|
<!-- JavaScript -->
|
36
31
|
<%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
|
37
32
|
<!-- JavaScript -->
|
@@ -17,6 +17,10 @@
|
|
17
17
|
<!-- Registration Form -->
|
18
18
|
<div class="right-content">
|
19
19
|
|
20
|
+
<!-- Page Notifications -->
|
21
|
+
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
22
|
+
<!-- Page Notifications -->
|
23
|
+
|
20
24
|
<!-- Registration Form Header -->
|
21
25
|
<h1 class="register-header">
|
22
26
|
Accounts Signup
|
@@ -17,6 +17,10 @@
|
|
17
17
|
<!-- Registration Form -->
|
18
18
|
<div class="right-content">
|
19
19
|
|
20
|
+
<!-- Page Notifications -->
|
21
|
+
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
22
|
+
<!-- Page Notifications -->
|
23
|
+
|
20
24
|
<!-- Registration Form Header -->
|
21
25
|
<h1 class="login-header">
|
22
26
|
<div class="brand">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcdevworks_accounts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PHCDevworks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-09-
|
11
|
+
date: 2019-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|