Skip to content

Commit 7cbb42c

Browse files
committed
implemented link to old Gallery site
1 parent 220d98e commit 7cbb42c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

app/views/layouts/_nav.html.erb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if simplified_nav
44
pages = ['Home']
55
else
6-
pages = ['About', 'Travel', 'FAQ', 'Sponsors']
6+
pages = ['About', 'Travel', 'FAQ', 'Sponsors', 'Gallery']
77
end
88
%>
99

@@ -15,6 +15,10 @@
1515
<a class="nav__link" href="/">
1616
<%= page %>
1717
</a>
18+
<% elsif page == 'Gallery' %>
19+
<a class="nav__link" href="/gallery/">
20+
<%= page %>
21+
</a>
1822
<% else %>
1923
<a class="nav__link" href="#<%= page.downcase %>">
2024
<%= page %>

0 commit comments

Comments
 (0)