habitica/views/app/alerts.html
2013-02-18 01:35:17 -05:00

29 lines
No EOL
1.4 KiB
HTML

<alerts:>
{#if _flash.error}
<ul class="alert alert-error">
{#each _flash.error as :error}<li>{:error}</li>{/}
</ul>
{/}
{#if equal(_user.flags.kickstarter,'show')}
<div class='alert alert-success'>
<a x-bind="click:closeKickstarterNofitication" class=pull-right>[x]</a>
<table><tr>
<td>
Hi everyone, last stretch of the <a target="_blank" href="http://kck.st/XoA3Yg">Kickstarter</a>! Let's get a <a target="_blank" href="http://www.kickstarter.com/projects/lefnire/habitrpg-mobile/posts/403016">ton</a> of new features plus mobile apps. With ~25k registered users, if everyone backs $1 we can do it! Help spread the word:
</td>
<td>
<div class="addthis_toolbox addthis_default_style "
addthis:url="https://habitrpg.com"
addthis:title="HabitRPG - Gamify Your Life">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter" tw:via="habitrpg"></a>
<a class="addthis_button_compact"></a>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
</div>
</td>
</tr></table>
</div>
{/}