diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-12 08:49:24 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-12 08:49:24 -0400 |
| commit | ebd225985010f5451821bef6b223d416c8e34d04 (patch) | |
| tree | 595b514326fe7bf398ac132af062e7dd1f2031c4 /views/community | |
| parent | 6f4b7269c5b8ec843645ceab0156ec225553fdb1 (diff) | |
| download | alp-website-ebd225985010f5451821bef6b223d416c8e34d04.tar.gz alp-website-ebd225985010f5451821bef6b223d416c8e34d04.tar.bz2 alp-website-ebd225985010f5451821bef6b223d416c8e34d04.zip | |
stuff
Diffstat (limited to 'views/community')
| -rw-r--r-- | views/community/rules.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/community/rules.ejs b/views/community/rules.ejs index 302632a..562fdae 100644 --- a/views/community/rules.ejs +++ b/views/community/rules.ejs @@ -28,8 +28,8 @@ <div id="tiers"> <h1>Tiers</h1> <ul class="none"> - <li>Normal Tier - It means it is not too severe and it there’s nothing to worry about.</li> - <li>Excessive Tier - It means that if a rule is broken that’s severe it will be taken action immediately and will be stored in the punishment log.</li> + <li><a class="white-text" href="#normal-tier">Normal Tier</a> - It means it is not too severe and it there’s nothing to worry about.</li> + <li><a class="white-text" href="#excessive-tier">Excessive Tier</a> - It means that if a rule is broken that’s severe it will be taken action immediately and will be stored in the punishment log.</li> </ul> </div> <div id="normal-tier"> |
