templates/guide/layout/html/layout.erb in yard-0.8.3 vs templates/guide/layout/html/layout.erb in yard-0.8.4
- old
+ new
@@ -21,13 +21,13 @@
<div id="top_nav">
<div id="inner_nav">
<% if options.readme != options.file && options.title %>
<span class="title"><strong><%= options.title %></strong>: <%= @page_title %></span>
<small class="links">
- <% links = [link_file('index.html', 'top'),
- @prevfile ? link_file(@prevfile, 'prev') : nil,
- @nextfile ? link_file(@nextfile, 'next') : nil].compact %>
- (<%= links.join(", ") %>)
+ <% links = [@prevfile ? link_file(@prevfile, '←') : nil,
+ link_file('index.html', '↑'),
+ @nextfile ? link_file(@nextfile, '→') : nil].compact %>
+ <%= links.join(" ") %>
</small>
<% end %>
</div>
</div>
<div id="page">