summaryrefslogtreecommitdiff
path: root/app/views/application/_header.html.erb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-28 21:45:50 -0400
committerDavid Gay <david@davidgay.org>2021-05-28 21:45:50 -0400
commit65752b4f73cf8e1ce83cdaf8227b5d67923ac729 (patch)
tree5aa91176d33e828a7c70f122f87946948c884026 /app/views/application/_header.html.erb
parentca98987c1a14655aedb4bdcf8fef7311131ca1be (diff)
Quickly port leaderboard and rankings from old Esoterra
Diffstat (limited to 'app/views/application/_header.html.erb')
-rw-r--r--app/views/application/_header.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/application/_header.html.erb b/app/views/application/_header.html.erb
index 25067f3..38bfcf4 100644
--- a/app/views/application/_header.html.erb
+++ b/app/views/application/_header.html.erb
@@ -14,6 +14,9 @@
<%= link_to "Items", items_path %>
</li>
<li class="mr-3">
+ <%= link_to "Leaderboard", leaderboard_path %>
+ </li>
+ <li class="mr-3">
<%= link_to "Logout", logout_path %>
</li>
<% else %>