File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<% provide :url, 'https://coderdojo.jp/sotechsha2' %>
3
3
4
4
<div class ='container-fluid '>
5
- < div class ='col-md-6 ' id ='top '>
6
- < img class =" lazyload img-responsive center-block " alt =" Scratchでつくる! たのしむ! プログラミング道場 " style =" width: 90% " data-src =" /assets/sotechsha-2_book-cover.webp " loading =" lazy " src =" /spinner.svg " / >
5
+ < div class ='col-md-6 ' id ='top '>
6
+ <%= lazy_image_tag 'sotechsha-2_book-cover.webp' , alt : ' Scratchでつくる! たのしむ! プログラミング道場 (第2版)' % >
7
7
< div style ='text-align: center; font-size: 19.2px; '>
8
8
< div class ="img-responsive center-block ">
9
9
< div >
Original file line number Diff line number Diff line change 2
2
<% provide :url, 'https://coderdojo.jp/sotechsha' %>
3
3
4
4
<div class ='container-fluid '>
5
- < div class ='col-md-6 ' id ='top '>
6
- < img class =" lazyload img-responsive center-block " alt =" Scratchでつくる! たのしむ! プログラミング道場 " style =" width: 90% " data-src =" /assets/sotechsha-1_book-cover.webp " loading =" lazy " src =" /spinner.svg " / >
5
+ < div class ='col-md-6 ' id ='top '>
6
+ <%= lazy_image_tag 'sotechsha-1_book-cover.webp' , alt : ' Scratchでつくる! たのしむ! プログラミング道場 (第1版)' % >
7
7
< div style ='text-align: center; font-size: 19.2px; '>
8
8
< div class ="img-responsive center-block ">
9
9
< div >
You can’t perform that action at this time.
0 commit comments