j1_template_mde 2018.4.14 → 2018.4.15
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 +4 -4
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +1 -1
- data/lib/starter_web/_config.yml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb1d836040863af7c2f5bfcb17e0897d7e8559b0
|
|
4
|
+
data.tar.gz: e85d5a184f9521cef89b62fb792707f03199fda6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6051cea6b49417aa81ca45fb3e86ed8bbf3d31da2c4137626bb17938b9ae6540ee434e313f4cb08d24056147f6ea80fb3985a051fc6ee0e6f8037ad07b574eb
|
|
7
|
+
data.tar.gz: 1eabe6ca724e2e67373d582e415cbae9faf15711485d7824292030dcaeca267d9c43af03134dcbe9b3dd33487da10069197a1cd0be1765c6c139c3a9885d71a3
|
data/lib/j1/version.rb
CHANGED
|
@@ -773,7 +773,7 @@ module J1App
|
|
|
773
773
|
@modal_agreed_text = "Yes, please"
|
|
774
774
|
@modal_disagreed_text = "No, thanks"
|
|
775
775
|
@modal_title = "Authentication Manager"
|
|
776
|
-
@modal_image = "/assets/images/master_header/admin-dashboard-bootstrap
|
|
776
|
+
@modal_image = "/assets/images/master_header/admin-dashboard-bootstrap-1280x600.png"
|
|
777
777
|
@modal_description = "The page <b>#{page}</b> you requested belongs to <b>#{category}</b> content. You'll be redirected to authenticate with the provider <b>#{provider}</b>. If signed in successfully, you get access to all <b>#{category} pages</b>."
|
|
778
778
|
|
|
779
779
|
erb :auth_manager_ui
|
data/lib/starter_web/_config.yml
CHANGED