added link to comp mod article

This commit is contained in:
Absurdon 2017-01-14 20:16:26 +01:00 committed by Ari Timonen
parent 0f66511f95
commit cffa92e845
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ class Article < ActiveRecord::Base
EXTRA = 428
SB_RULES = 450
G_RULES = 464
COMPMOD = 998
attr_protected :id, :updated_at, :created_at, :user_id, :version

View file

@ -19,6 +19,7 @@
<% end %>
<ul>
<li><%= link_to "Rules", latest_rules %></li>
<li><%= link_to "Hall of Fame", article_url(Article::COMPMOD) %></li>
<li><%= link_to "Historical", "/contests" %></li>
<li><%= link_to "NS1 History", "/contests/historical/NS1" %></li>
<li><%= link_to "NS2 History", "/contests/historical/NS2" %></li>