Files
once-campfire/app/views/users/autocompletables/_template.html.erb
Kevin McConnell df76a227dc Hello world
First open source release of Campfire 🎉
2025-08-21 09:31:59 +01:00

12 lines
697 B
Plaintext

<template id="autocompletable-user">
<div class="autocomplete__pill max-width" data-value="" tabindex="0">
<img class="avatar flex-item-no-shrink" data-content="avatar" src="" />
<span class="autocomplete-field__selected-value-text overflow-ellipsis flex-item-grow" data-content="label"></span>
<button type="button" data-action="autocomplete#remove:prevent" data-value="" tabindex="-1" class="btn btn--plain txt-small translucent flex-item-no-shrink">
<%= image_tag "remove-circle.svg", aria: { hidden: "true" }, class: "colorize--black" %>
<span class="for-screen-reader">Remove <span data-content="screenReaderLabel"></span></span>
</button>
</div>
</template>