File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11< div style ="display: table; font-weight: bolder; width: 100%; padding: 10px 10px; background-color:#3870c4; ">
22 < p class ="nav prev ">
33 <% if @episode . exists? ( offset : -1 ) %>
4- <%= link_to '← prev' . html_safe , podcast_path ( @episode . id - 1 ) %>
4+ <%= link_to podcast_path ( @episode . id - 1 ) , title : '前のエピソードを見る' do %>
5+ « prev
6+ <% end %>
57 <% else %>
6- <%= link_to '&larr ; Top' . html_safe , podcasts_path %>
8+ <%= link_to '« ; Top' . html_safe , podcasts_path %>
79 <% end %>
810 </ p >
9- < p class ="nav toc " >
10- < a href ="/podcasts "> DojoCast</ a > </ p >
11+ < p class ="nav toc ">
12+ <%= link_to '目次に戻る' . html_safe , podcasts_path %>
13+ </ p >
1114 < p class ="nav next ">
1215 <% if @episode . exists? ( offset : +1 ) %>
13- <%= link_to 'next →' . html_safe , podcast_path ( @episode . id + 1 ) %>
16+ <%= link_to podcast_path ( @episode . id + 1 ) , title : '次のエピソードを見る' do %>
17+ next »
18+ <% end %>
1419 <% else %>
15- <%= link_to 'Top &rarr ;' . html_safe , podcasts_path %>
20+ <%= link_to 'Top » ;' . html_safe , podcasts_path %>
1621 <% end %>
1722 </ p >
1823</ div >
You can’t perform that action at this time.
0 commit comments