We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13da91 commit d730c65Copy full SHA for d730c65
1 file changed
templates/index.ecr
@@ -1,7 +1,7 @@
1
<%= ECR.render("templates/header.ecr") %>
2
3
<h1>
4
- <% title_elements.each_with_index do |element, i| -%><a href="<%= uri_encode_path "#{element}/".relative_to root %>"><%= "start " if i == 0%><%= File.basename "#{element}".relative_to root %>/</a><% end %>
+ <% title_elements.each_with_index do |element, i| -%><a href="<%= uri_encode_path "#{element}/".relative_to root %>"><%= "~" if i == 0%><%= File.basename "#{element}".relative_to root %>/</a><% end %>
5
</h1>
6
<% if notice %>
7
<div class=notice>
0 commit comments