Skip to content

Commit 0d07eb4

Browse files
committed
remove: 「全道場を表示」リンクを削除(セレクトボックスで切り替え可能)
- セレクトボックスで簡単に切り替えられるため冗長 - UIをよりシンプルに - 選択中の年のみを表示する簡潔な表示に
1 parent 4f1a31a commit 0d07eb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/views/dojos/index.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<% if @selected_year %>
3737
<div style="padding: 10px; background: #d1ecf1; border: 1px solid #bee5eb; border-radius: 4px; margin-bottom: 15px;">
3838
<strong><%= @selected_year %>年末時点</strong>のアクティブな道場を表示中
39-
<%= link_to '全道場を表示', dojos_path(anchor: 'table'), style: 'margin-left: 10px;' %>
4039
</div>
4140
<% end %>
4241

0 commit comments

Comments
 (0)