pugin 1.6.15 → 1.6.16
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 933e4206db1472e015702500eaa43c85530bf5bd
|
4
|
+
data.tar.gz: 8641c61590362890805947b401334777e71834eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b16dd241d6d685a578a46ed40710c1ffe97f997e19a2b3c402ae419dcd09a21068f9704403f866a95bb7b43c0b85bc2b75f5b01930f8559c07bfe80b349afc28
|
7
|
+
data.tar.gz: 93674d3b915f897197b1fd007830bc81d8a7c82b06c73cf783bc1df1d9cbf93f7a101757a8f6aebe694a9e96f3ca0e35496dc67211071626d060ebd2796a3eaa
|
@@ -5,6 +5,6 @@
|
|
5
5
|
%input{ type: 'search', name: 'q', value: @query_parameter, id: 'search_global', maxlength: '1000', pattern: '^(?!.*<script|<Script).*$', required: '' }
|
6
6
|
%button{ class: 'btn--white', tabindex: '-1', type: 'submit', aria: { label: 'submit search'}, data: { tracking: 'search' } }
|
7
7
|
= render partial: 'pugin/icons/search'
|
8
|
-
%a{ href: '
|
8
|
+
%a{ href: '/search', class: 'search__global__toggle', aria: { label: 'open search' } }
|
9
9
|
= render partial: 'pugin/icons/search'
|
10
10
|
= render partial: 'pugin/icons/close'
|
data/lib/pugin/version.rb
CHANGED
@@ -41,7 +41,7 @@
|
|
41
41
|
</button>
|
42
42
|
</div>
|
43
43
|
</form>
|
44
|
-
<a aria-label='open search' class='search__global__toggle' href='
|
44
|
+
<a aria-label='open search' class='search__global__toggle' href='/search'>
|
45
45
|
<svg aria-hidden='true' data-icon='search' height='20' viewbox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'>
|
46
46
|
<title>Search icon</title>
|
47
47
|
<g fill='#fff'>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Rayner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|