add list of moderators to top of Tavern chat

This commit is contained in:
Alice Harris 2014-06-28 14:24:05 +10:00
parent 14c6019258
commit a344ba90fe

View file

@ -129,6 +129,6 @@
h3=env.t('tavernTalk')
include ./chat-box
.alert.alert-info.alert-sm
!= ' ' + env.t('tavernAlert1') + ' <a href="https://github.com/HabitRPG/habitrpg/issues/2760" target="_blank">' + env.t('tavernAlert2') + '</a>.'
!= ' ' + env.t('tavernAlert1') + ' <a href="https://github.com/HabitRPG/habitrpg/issues/2760" target="_blank">' + env.t('tavernAlert2') + '</a>.<br />' + env.t('moderatorIntro1') + env.t('moderatorList') + env.t('moderatorIntro2')
ul.list-unstyled.tavern-chat
include ./chat-message