lesli 5.1.2 → 5.1.3
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/app/views/lesli/layouts/application-devise.html.erb +1 -1
- data/lib/lesli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69fbc9234f5931146a4a27ce3b4f2c6025ab07b7fbba2ea1827e51d186043f22
|
|
4
|
+
data.tar.gz: cc4cda9e75b7a19900f2d13e961cdbdeb4ef53330dfc62441bcb97b507f34352
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7efc9787451e3a9784df22e9c1c9edde5904da5539fb5f78494204b356d03b6678e1e741ce3c684592150e2172622117861211c6b41ef73d4d01f469c81c6a3d
|
|
7
|
+
data.tar.gz: 2d89ddc6a0568b6d535e62e787ab255bbdb4766c5347f8400b3ded61884556c75eb4bf3705ac689ef6ebe445c9722bdee27918705b7171457da3f14be9872b66
|
|
@@ -36,7 +36,7 @@ Building a better future, one line of code at a time.
|
|
|
36
36
|
<html lang="en">
|
|
37
37
|
<head>
|
|
38
38
|
<%= render(partial: "lesli/partials/application-lesli-head") %>
|
|
39
|
-
<%= stylesheet_link_tag(
|
|
39
|
+
<%= stylesheet_link_tag(lesli_asset_path(:lesli_shield, public_app_controller), media: "all") %>
|
|
40
40
|
<%# Disable back button in browser after Logout using JavaScript %>
|
|
41
41
|
<% if flash[:logout] == true %>
|
|
42
42
|
<script>
|
data/lib/lesli/version.rb
CHANGED