Update extensions.html

This commit is contained in:
Arc 2020-01-29 19:22:43 +00:00 committed by GitHub
parent cdc5797de4
commit 2982b60be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,96 +97,7 @@
<!-- Small boxes (Stat box) -->
<div class="row">
{% if not user_ext[0][2] %}
<div class="col-lg-3 col-xs-6">
<!-- small box -->
<div class="small-box bg-green">
<div class="inner">
<h3>
LNJoust
</h3>
<p>
LN powered Joust gamesmaster
</p>
</div>
<div class="icon">
<i class="ion ion-wand"></i>
</div>
<a href="extensions?usr={{user}}&lnjoust=1" class="small-box-footer">
Activate <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div><!-- ./col -->
{% else %}
<div class="col-lg-3 col-xs-6">
<!-- small box -->
<div class="small-box bg-green">
<div class="inner">
<a href="lnjoust?usr={{user}}" style="color: inherit;">
<h3>
LNJoust
</h3>
<p>
LN powered Joust gamesmaster
</p>
</div>
<div class="icon">
<i class="ion ion-wand"></i>
</div>
</a>
<a href="extensions?usr={{user}}&lnjoust=0" class="small-box-footer">
Deactivate <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div><!-- ./col -->
{% endif %}
{% if not user_ext[0][1] %}
<div class="col-lg-3 col-xs-6">
<!-- small box -->
<div class="small-box bg-yellow">
<div class="inner">
<h3>
LNEvents
</h3>
<p>
Lightning powered tickets
</p>
</div>
<div class="icon">
<i class="ion ion-calendar"></i>
</div>
<a href="extensions?usr={{user}}&lnevents=1" class="small-box-footer">
Activate <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div><!-- ./col -->
{% else %}
<div class="col-lg-3 col-xs-6">
<!-- small box -->
<div class="small-box bg-yellow">
<div class="inner">
<a href="lnevents?usr={{user}}" style="color: inherit;">
<h3>
LNEvents
</h3>
<p>
Lightning powered tickets
</p>
</div>
<div class="icon">
<i class="ion ion-calendar"></i>
</div>
</a>
<a href="extensions?usr={{user}}&lnevents=0" class="small-box-footer">
Deactivate <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div><!-- ./col -->
{% endif %}
{% if not user_ext[0][3] %}
<div class="col-lg-3 col-xs-6">
<!-- small box -->