mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
delete unnecessary views/static/community-guidelines.jade
This commit is contained in:
parent
3b9b6b78bc
commit
8343a728c0
3 changed files with 7 additions and 25 deletions
|
|
@ -29,6 +29,9 @@
|
||||||
h3.panel-title=env.t('resources')
|
h3.panel-title=env.t('resources')
|
||||||
.panel-body
|
.panel-body
|
||||||
table.table.table-striped
|
table.table.table-striped
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
a(ng-click='openModal("communityGuidelines")')=env.t('communityGuidelines')
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Board:The_Archery_-_LFG')=env.t('lfgPosts')
|
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Board:The_Archery_-_LFG')=env.t('lfgPosts')
|
||||||
|
|
@ -151,11 +154,8 @@
|
||||||
{{mod.profile.name}}
|
{{mod.profile.name}}
|
||||||
span(ng-class='userAdminGlyphiconStyle(mod)')
|
span(ng-class='userAdminGlyphiconStyle(mod)')
|
||||||
p
|
p
|
||||||
=env.t('communityGuidelinesRead1')
|
=env.t('communityGuidelinesRead1') + ' '
|
||||||
|
|
a(ng-click='openModal("communityGuidelines")')=env.t('communityGuidelines') + ' '
|
||||||
a(ng-click='openModal("communityGuidelines")')
|
|
||||||
=env.t('communityGuidelines')
|
|
||||||
|
|
|
||||||
=env.t('communityGuidelinesRead2')
|
=env.t('communityGuidelinesRead2')
|
||||||
|
|
||||||
ul.list-unstyled.tavern-chat
|
ul.list-unstyled.tavern-chat
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,8 @@ footer.footer(ng-controller='FooterCtrl')
|
||||||
.col-sm-3
|
.col-sm-3
|
||||||
h4=env.t('footerCommunity')
|
h4=env.t('footerCommunity')
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
|
li
|
||||||
|
a(ng-click='openModal("communityGuidelines")')=env.t('communityGuidelines')
|
||||||
li
|
li
|
||||||
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues/2760')=env.t('communityBug')
|
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues/2760')=env.t('communityBug')
|
||||||
li
|
li
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue