mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
8 lines
No EOL
387 B
HTML
8 lines
No EOL
387 B
HTML
<template name="afPostThumbnail">
|
|
<div class="post-thumbnail-container" style="{{style}}">
|
|
<img src="{{this.value}}" class="post-thumbnail-preview" style="{{style}}"/>
|
|
<div class="post-thumbnail-loading">{{>spinner}}</div>
|
|
</div>
|
|
<input type="hidden" value="{{this.value}}" {{this.atts}}/>
|
|
<a href="#" class="remove-thumbnail-link">{{_ 'clear_thumbnail'}}</a>
|
|
</template> |