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 86c8a21 commit 6e8b36fCopy full SHA for 6e8b36f
1 file changed
app/views/home/show.html.erb
@@ -164,14 +164,14 @@
164
参加方法は各道場のWebサイトに記載されています
165
</p>
166
<div class="btn-cover" style="margin-bottom: 40px;">
167
- <a class="btn-blue" href="<%= events_path %>">
168
- <i class="far fa-calendar-alt"></i>
169
- 近日開催から探す
170
- </a>
171
<a class="btn-blue" href="<%= dojomap_url %>">
172
<i class="far fa-map-marked"></i>
173
地図情報から探す
174
</a>
+ <a class="btn-blue" href="<%= events_path %>">
+ <i class="far fa-calendar-alt"></i>
+ 近日開催から探す
+ </a>
175
</div>
176
<%= render partial: 'shared/dojos', locals: { regions_and_dojos: @regions_and_dojos } %>
177
</section>
0 commit comments