Fix Script Window

This commit is contained in:
Yukimi Kazari 2017-01-25 08:01:18 -05:00
parent f930dd2ce6
commit 61c6dcecad

View File

@ -1,5 +1,8 @@
<?php $this->provide('title', '/' . str_replace('_', ' ', $this->params()->tags)) ?>
<div id="post-list">
<?php if (current_user()->is_privileged_or_higher()) : ?>
<?= $this->partial('tag_script') ?>
<?php endif ?>
<?php
if ($this->tag_suggestions) :
$total = count($this->tag_suggestions);
@ -19,10 +22,6 @@
<div class="content">
<div class="sidebar" style="display: none;">
<?php if (current_user()->is_privileged_or_higher()) : ?>
<?= $this->partial('tag_script') ?>
<?php endif ?>
<?php if ($this->showing_holds_only) : ?>
<?php if (!$this->posts->blank()) : ?>
<div style="margin-bottom: .5em;">