summaryrefslogtreecommitdiff
path: root/app/views/layouts/_head.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_head.html.erb')
-rw-r--r--app/views/layouts/_head.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb
index e6b5080..c64fe30 100644
--- a/app/views/layouts/_head.html.erb
+++ b/app/views/layouts/_head.html.erb
@@ -31,6 +31,9 @@
<li>
<%= link_to "Donate", donate_statics_path, class: ("active" if con == "statics" && params[:action] == "donate") %>
</li>
+ <li>
+ <%= link_to "Who's Playing?", online_statics_path, class: ("active" if con == "statics" && params[:action] == "online") %>
+ </li>
</ul>
</div>
<div id="userbar">