mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
9 lines
305 B
HTML
9 lines
305 B
HTML
<div class="flex-container justifyCenter alignItemsBaseline">
|
|
<span>Move <strong class="moveAttachmentName">{{name}}</strong> to...</span>
|
|
<select class="moveAttachmentTarget">
|
|
{{#each targets}}
|
|
<option value="{{this}}">{{this}}</option>
|
|
{{/each}}
|
|
</select>
|
|
</div>
|