Skip to content

Commit a70661f

Browse files
committed
feat: 開催日のテーブルヘッダーに /events へのリンクを追加
訪問者が「開催」の意味を理解できるように、以下のページの「開催日」ヘッダーをクリック可能にしました: - /dojos/activity - 道場情報の活動状況まとめページ - /dojos/:id - 個別道場の統計情報ページ リンクをクリックすると近日開催のイベント一覧ページ(/events)に移動します。
1 parent 3a27a05 commit a70661f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/dojos/activity.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<small>
4747
👥
4848
<br class='ignore-pc'>
49-
開催日
49+
<%= link_to '開催日', events_path, style: 'color: inherit; text-decoration: underline;' %>
5050
</small>
5151
</th>
5252
<th>

app/views/dojos/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<small>
5757
☯️
5858
<br class='ignore-pc'>
59-
開催日
59+
<%= link_to '開催日', events_path, style: 'color: inherit; text-decoration: underline;' %>
6060
</small>
6161
</th>
6262
<th>

0 commit comments

Comments
 (0)