
	<turbo-stream action="replace" targets="#avatar_actions">
		<template>
			<div id="avatar_actions" class="avatar__navigation">
				<a class="button__action" data-turbo-frame="admin-main" href="/avatar/shape/cancel/new?type=nose" data-turbo-action="replace">Annuler</a>
			</div>
		</template>
	</turbo-stream>

	<turbo-stream action="append" targets="#color__grid">
		<template>
			<div
				class="modal" id="color-form-modal">
								<form name="new_shape_form" method="post" action="/avatar/shape/new?type=nose">
				<div><label for="new_shape_form_name" class="required">Name</label><input type="text" id="new_shape_form_name" name="new_shape_form[name]" required="required" /></div>


				<div class="button__container">
					<button class="button__action" type="submit">Envoyer</button>

				</div>
				<input type="hidden" id="new_shape_form__token" name="new_shape_form[_token]" data-controller="csrf-protection" value="csrf-token" /></form>
			</div>
		</template>
	</turbo-stream>


