mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-27 03:30:54 +00:00
Make rules link in navigation point to current rules
This commit is contained in:
parent
60779b8c05
commit
1257df3322
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Article < ActiveRecord::Base
|
||||||
STATUS_PUBLISHED = 0
|
STATUS_PUBLISHED = 0
|
||||||
STATUS_DRAFT = 1
|
STATUS_DRAFT = 1
|
||||||
|
|
||||||
RULES = 1007
|
RULES = 1044
|
||||||
HISTORY = 401
|
HISTORY = 401
|
||||||
HOF = 402
|
HOF = 402
|
||||||
SPONSORS = 403
|
SPONSORS = 403
|
||||||
|
|
Loading…
Reference in a new issue