delete unnecessary views/static/community-guidelines.jade

This commit is contained in:
Alice Harris 2014-08-13 08:51:30 +10:00
parent 3b9b6b78bc
commit 8343a728c0
3 changed files with 7 additions and 25 deletions

View file

@ -29,6 +29,9 @@
h3.panel-title=env.t('resources')
.panel-body
table.table.table-striped
tr
td
a(ng-click='openModal("communityGuidelines")')=env.t('communityGuidelines')
tr
td
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Board:The_Archery_-_LFG')=env.t('lfgPosts')
@ -151,11 +154,8 @@
{{mod.profile.name}} 
span(ng-class='userAdminGlyphiconStyle(mod)')
p
=env.t('communityGuidelinesRead1')
| 
a(ng-click='openModal("communityGuidelines")')
=env.t('communityGuidelines')
| 
=env.t('communityGuidelinesRead1') + ' '
a(ng-click='openModal("communityGuidelines")')=env.t('communityGuidelines') + ' '
=env.t('communityGuidelinesRead2')
ul.list-unstyled.tavern-chat

View file

@ -38,6 +38,8 @@ footer.footer(ng-controller='FooterCtrl')
.col-sm-3
h4=env.t('footerCommunity')
ul.list-unstyled
li
a(ng-click='openModal("communityGuidelines")')=env.t('communityGuidelines')
li
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues/2760')=env.t('communityBug')
li

View file

@ -1,20 +0,0 @@
block vars
doctype 5
html(ng-app='habitrpgStatic')
head
block title
title=env.t('communityGuidelines')
script(type='text/javascript').
window.env = !{JSON.stringify(env)};
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=3')
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
!= env.getManifestFiles("static")
body
include ../shared/community-guidelines