Skip to content

Commit

Permalink
パンくずリストのリンクを修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaochaocha3 committed Apr 5, 2017
1 parent a0e6f7d commit 4351ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/channels/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ol class="breadcrumb">
<li><%= link_to('管理', admin_path) %></li>
<li><%= link_to('チャンネル', admin_channels_path) %></li>
<li><%= link_to(@channel.name_with_prefix, @channel) %></li>
<li><%= link_to(@channel.name_with_prefix, admin_channel_path(@channel)) %></li>
<li class="active">編集</li>
</ol>

Expand Down

0 comments on commit 4351ea0

Please sign in to comment.