mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-01 12:39:49 +09:00
5 lines
250 B
PHP
5 lines
250 B
PHP
<?php $addclass = (isset($ajax)) ? ' active' : ''; ?>
|
|
<section class="add-item{{ $addclass }}">
|
|
<a id="add-item" href="">{{ __('app.dash.pin_item') }}</a>
|
|
</section>
|