mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
added link to comp mod article
This commit is contained in:
parent
0f66511f95
commit
cffa92e845
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue