superuser 0.3.1 → 0.3.2
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: 9a1c31d05b650f4b02d719b16ac734f688688cd851a6385c501f6f690808f7ec
|
4
|
+
data.tar.gz: e6d0c6a36beb2545af0aade3a658dd547477a5a579ce909d6d33aaf231fb02af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08455a1986f43b3ce7223ca6d65922ba577ae9a89ac4d734c6841833522ee8cf4cbab8d88b34fe2ba1ef759a94cb019733eb5b78baf8105c71abcd79946aea48'
|
7
|
+
data.tar.gz: a146ab5ac8596eedea709007a93b59e584f394ba22e32c244b6dcef84369cd021efc6107f319d083dc522de08380522078a0e3ffcd6c55bc435e519ab028c8a6
|
@@ -11,8 +11,8 @@
|
|
11
11
|
<%= '<%= webpack_stylesheet_url "superuser", media: "all", "data-turbolinks-track": "reload" %%>' %>
|
12
12
|
<%= '<%= webpack_javascript_url "superuser", "data-turbolinks-track": "reload" %%>' %>
|
13
13
|
<% else -%>
|
14
|
-
<%= '<%= stylesheet_link_tag "superuser", media: "all"
|
15
|
-
<%= '<%= javascript_pack_tag "superuser"
|
14
|
+
<%= '<%= stylesheet_link_tag "superuser", media: "all" %%>' %>
|
15
|
+
<%= '<%= javascript_pack_tag "superuser" %%>' %>
|
16
16
|
<% end -%>
|
17
17
|
|
18
18
|
<!-- CDN for flatpickr.css -->
|
data/lib/superuser/version.rb
CHANGED