We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed5efe commit e92d649Copy full SHA for e92d649
1 file changed
app/views/home/show.html.erb
@@ -149,7 +149,15 @@
149
<a href="#dojos">🗾</a>
150
日本各地の道場
151
</h2>
152
- <br>
+
153
+ <div id="map" class="detail-introduction" style="margin: 30px auto 0px;">
154
+ <%= link_to(
155
+ lazy_image_tag('/img/dojomap_ss.webp', alt: '地図から Dojo を探せるアプリ「DojoMap」',
156
+ title: '地図から探せるアプリ「DojoMap」'),
157
+ 'https://map.coderdojo.jp/'
158
+ ) %>
159
+ </div>
160
161
<p style="margin: 0 30px 20px 30px;">
162
近くの道場を探してみましょう!
163
<br class="ignore-sp">
0 commit comments