File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 27
27
%li= link_to '立ち上げる', '/kata#startup'
28
28
%li= link_to '支援', '/kata#support'
29
29
%li= link_to 'FAQ', '/kata#faq'
30
+
30
31
/ DocSearch: https://github.com/algolia/docsearch-configs/blob/master/configs/coderdojo.json
31
32
%li.search-li
32
- <label for=" search" class=" search-label" ><img src=" /img/search.svg" alt=" 検索" class=" search-icon" /></label>
33
+ %label.search-label{for: 'search'}
34
+ %img.search-icon{alt: '検索', src: '/img/search.svg'}
33
35
= check_box_tag :search, " 検索アイコン" , false, class: 'search-checkbox'
34
- .search
35
- %input#searchbox{ placeholder: "資料を検索", type: "text" }
36
+ %div .search
37
+ %input#searchbox{placeholder: "資料を検索", type: "text"}
36
38
#hits
37
39
#pagination
38
40
%li = link_to 'お問い合わせ', '/#contact'
You can’t perform that action at this time.
0 commit comments