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:
Alice Harris 2014-10-28 11:05:18 +10:00
parent 354e8a8167
commit 0da873308d
2 changed files with 3 additions and 3 deletions

View file

@ -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')
| &nbsp;
|&nbsp; &nbsp;
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}}&nbsp;

View file

@ -27,8 +27,8 @@ block content
h1=env.t('communityGuidelines')
p.pagemeta
|Last updated&nbsp;
=env.t('September')
|&nbsp;14&comma; 2014
=env.t('October')
|&nbsp;27&comma; 2014
h2=env.t('commGuideHeadingWelcome')
div(class='clearfix')
img(class='pull-left', src='/community-guidelines-images/intro.png', alt='')