mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
adjust last-updated date in Community Guidelines; add quick-and-dirty fix to allow staff/moderator names to wrap in message above Tavern chat
This commit is contained in:
parent
354e8a8167
commit
0da873308d
2 changed files with 3 additions and 3 deletions
|
|
@ -148,7 +148,7 @@
|
|||
.alert.alert-info.alert-sm
|
||||
!= ' ' + env.t('tavernAlert1') + ' <a href="https://github.com/HabitRPG/habitrpg/issues/2760" target="_blank">' + env.t('tavernAlert2') + '</a>.<br />' + env.t('moderatorIntro1')
|
||||
span(ng-repeat='mod in env.mods')
|
||||
|
|
||||
|
|
||||
span(ng-if='mod.contributor.admin',popover=env.t('gamemaster'),popover-trigger='mouseenter',popover-placement='right')
|
||||
a.label.label-default(ng-class='userLevelStyle(mod)', ng-click='clickMember(mod._id, true)')
|
||||
{{mod.profile.name}}
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ block content
|
|||
h1=env.t('communityGuidelines')
|
||||
p.pagemeta
|
||||
|Last updated
|
||||
=env.t('September')
|
||||
| 14, 2014
|
||||
=env.t('October')
|
||||
| 27, 2014
|
||||
h2=env.t('commGuideHeadingWelcome')
|
||||
div(class='clearfix')
|
||||
img(class='pull-left', src='/community-guidelines-images/intro.png', alt='')
|
||||
|
|
|
|||
Loading…
Reference in a new issue