6 lines
No EOL
436 B
PHP
6 lines
No EOL
436 B
PHP
<li>
|
|
<a class="draggable draggable-file" <?php e($file->canHavePreview(), ' data-url="' . $file->crop(75)->url() . '"') ?> data-helper="<?php __($file->filename()) ?>" data-text="<?php __($file->dragText()) ?>" href="<?php __($file->url('edit')) ?>">
|
|
<?php echo $file->icon() . __($file->filename()) ?>
|
|
</a>
|
|
<a class="option" data-context="<?php __($file->url('context')) ?>" href="#options"><?php i('ellipsis-h') ?></a>
|
|
</li>
|