mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-16 00:12:11 +08:00
3 lines
235 B
PHP
3 lines
235 B
PHP
<li data-attachment-id="{{ $attachment->id }}" class="add-attachment-to-calendar">
|
|
<a href="#"><i class="glyphicon glyphicon-calendar small"></i> {{__('Add :filename to a calendar',['filename'=>$attachment->file_name])}}</a>
|
|
</li>
|