Skip to content

Commit d730c65

Browse files
committed
start -> tilde
1 parent a13da91 commit d730c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/index.ecr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<%= ECR.render("templates/header.ecr") %>
22

33
<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 %>
4+
<% 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 %>
55
</h1>
66
<% if notice %>
77
<div class=notice>

0 commit comments

Comments
 (0)