mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-08 13:35:38 +00:00
Update tavern.jade
changes popover content for daniel, adds message & links for https://github.com/HabitRPG/habitrpg/issues/3627 but this only my second pull request so it likely need to be reviewed before it is pulled. I basically followed the Pets links for Matt's messages. #232 is needed before this one to add the danielTavern strings content.
This commit is contained in:
parent
1a7530d6e4
commit
339dad2165
1 changed files with 10 additions and 2 deletions
|
|
@ -11,12 +11,20 @@
|
|||
h3.popover-title
|
||||
a(target='_blank', href='http://www.kickstarter.com/profile/2014640723')=env.t('daniel')
|
||||
.popover-content
|
||||
=env.t('danielText')
|
||||
p
|
||||
=env.t('danielTavern1') + ' '
|
||||
| <a target='_blank' href='https://habitrpg.com/#/options/groups/guilds/426c2c1a-eed0-4997-9b73-d30fc1397688'>
|
||||
=env.t('danielTavern2')
|
||||
| </a>
|
||||
= ' ' + env.t('danielTavern3')
|
||||
| <a target='_blank' href='https://github.com/HabitRPG/habitrpg/issues?state=open'>
|
||||
=env.t('danielTavern4')
|
||||
| </a>
|
||||
= ' ' + env.t('danielTavern5')
|
||||
div
|
||||
button.btn.btn-lg.btn-success(ng-class='{active: user.preferences.sleep}', ng-click='User.user.ops.sleep({})')
|
||||
span(ng-show='user.preferences.sleep')=env.t('innCheckOut')
|
||||
span(ng-hide='user.preferences.sleep')=env.t('innCheckIn')
|
||||
=env.t('danielText2')
|
||||
.alert.alert-info(ng-show='user.preferences.sleep')
|
||||
=env.t('innText')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue