Skip to content

Commit

Permalink
リンク先の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ishi720 committed Jun 6, 2024
1 parent e0cd1f3 commit 8c1cbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/calendar/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 class="ui header">キャラクターカレンダー</h1>

<div class="ui buttons" style="padding-bottom: 10px;">
<%= link_to root_path, class: "ui button primary" do %>
<%= link_to calendar_index_path, class: "ui button primary" do %>
<i class="calendar icon"></i> カレンダー
<% end %>
<%= link_to characters_path, class: "ui button" do %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/characters/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 class="ui header">キャラクター一覧</h1>

<div class="ui buttons" style="padding-bottom: 10px;">
<%= link_to root_path, class: "ui button" do %>
<%= link_to calendar_index_path, class: "ui button" do %>
<i class="calendar icon"></i> カレンダー
<% end %>
<%= link_to characters_path, class: "ui button primary" do %>
Expand Down

0 comments on commit 8c1cbc8

Please sign in to comment.