mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-30 21:20:43 +00:00
added link to comp mod article
This commit is contained in:
parent
be6d5ec461
commit
0f397f9e7c
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ class Article < ActiveRecord::Base
|
||||||
EXTRA = 428
|
EXTRA = 428
|
||||||
SB_RULES = 450
|
SB_RULES = 450
|
||||||
G_RULES = 464
|
G_RULES = 464
|
||||||
|
COMPMOD = 998
|
||||||
|
|
||||||
attr_protected :id, :updated_at, :created_at, :user_id, :version
|
attr_protected :id, :updated_at, :created_at, :user_id, :version
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<ul>
|
<ul>
|
||||||
<li><%= link_to "Rules", latest_rules %></li>
|
<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 "Historical", "/contests" %></li>
|
||||||
<li><%= link_to "NS1 History", "/contests/historical/NS1" %></li>
|
<li><%= link_to "NS1 History", "/contests/historical/NS1" %></li>
|
||||||
<li><%= link_to "NS2 History", "/contests/historical/NS2" %></li>
|
<li><%= link_to "NS2 History", "/contests/historical/NS2" %></li>
|
||||||
|
|
Loading…
Reference in a new issue