mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Addressing _#12 in the OP of https://github.com/HabitRPG/habitrpg/issues/4522 Before/after screenshot: http://i.snag.gy/b00FV.jpg "Report a Bug" string is used from generic.json as already translated before
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
extends ./layout
|
|
//-Trick needed to pass 'env' to ./layout
|
|
block vars
|
|
- var layoutEnv = env
|
|
- var menuItem = 'contact'
|
|
|
|
block title
|
|
title=env.t('contactUs')
|
|
|
|
block content
|
|
.row
|
|
.col-md-12
|
|
.page-header
|
|
h1=env.t('contactUs')
|
|
p
|
|
=env.t('reportAccountProblems')
|
|
| :
|
|
a(href='mailto:admin@habitrpg.com') admin@habitrpg.com
|
|
br
|
|
=env.t('reportBug')
|
|
| :
|
|
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues?q=is%3Aopen') Github
|
|
br
|
|
=env.t('reportCommunityIssues')
|
|
| :
|
|
a(href='mailto:leslie@habitrpg.com') leslie@habitrpg.com
|
|
br
|
|
=env.t('generalQuestionsSite')
|
|
| :
|
|
a(target='_blank', href='http://habitrpg.wikia.com/wiki/The_Keep:The_Newbies_Guild') Newbies Guild
|
|
br
|
|
=env.t('businessInquiries')
|
|
| :
|
|
a(href='mailto:vicky@habitrpg.com') vicky@habitrpg.com
|
|
br
|
|
=env.t('merchandiseInquiries')
|
|
| :
|
|
a(href='mailto:store@habitrpg.com') store@habitrpg.com
|
|
br
|
|
=env.t('marketingInquiries')
|
|
| :
|
|
a(href='mailto:leslie@habitrpg.com') leslie@habitrpg.com
|