2013-03-21 16:31:23 +00:00
|
|
|
<newStuff:>
|
|
|
|
|
{#if equal(_user.flags.newStuff,'show')}
|
|
|
|
|
<div class='new-stuff'>
|
|
|
|
|
<p class='alert alert-success'>
|
2013-03-28 15:43:13 +00:00
|
|
|
<a href="https://github.com/lefnire/habitrpg/blob/develop/CHANGELOG.md" target="_blank">New Stuff!</a> <a x-bind="click:closeNewStuff"><i class='icon-remove'></i></a>
|
2013-03-04 01:59:14 +00:00
|
|
|
</p>
|
2013-03-21 16:31:23 +00:00
|
|
|
|
2013-03-04 01:59:14 +00:00
|
|
|
</div>
|
2013-03-04 03:06:34 +00:00
|
|
|
{/}
|
2013-03-04 01:59:14 +00:00
|
|
|
|
2013-03-21 16:31:23 +00:00
|
|
|
<flash:>
|
|
|
|
|
{#if _flash.error}
|
|
|
|
|
<ul class="unstyled alert alert-error">
|
|
|
|
|
{#each _flash.error as :error}<li>{:error}</li>{/}
|
|
|
|
|
</ul>
|
2013-02-17 05:25:34 +00:00
|
|
|
{/}
|