Skip to content

Commit 2e21701

Browse files
committed
Merge branch 'hotfix/2.0.10'
2 parents 464dd44 + 4931d6e commit 2e21701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/stall/success.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<div class="w-full mt-5">
5353
<div class="relative" {{ stimulus_controller('copytoclipboard') }}>
5454
<label for="npm-install-copy-text" class="sr-only">Label</label>
55-
<input id="npm-install-copy-text" type="text" class="col-span-6 bg-gray-50 border border-gray-300 text-gray-500 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full px-2.5 py-4 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500" value="{{ url('app_stall_edit', {uuid: stall.privateUuid}) }}" disabled readonly {{ stimulus_target('copytoclipboard', 'input') }}>
55+
<input id="npm-install-copy-text" type="text" class="col-span-6 bg-gray-50 border border-gray-300 text-gray-500 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full px-2.5 py-4 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500" value="{{ site_uri ~ path('app_stall_edit', {uuid: stall.privateUuid}) }}" disabled readonly {{ stimulus_target('copytoclipboard', 'input') }}>
5656
<button data-action="click->copytoclipboard#copy" class="absolute end-2.5 top-1/2 -translate-y-1/2 text-gray-900 dark:text-gray-400 hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-600 dark:hover:bg-gray-700 rounded-lg py-2 px-2.5 inline-flex items-center justify-center bg-white border-gray-200 border h-8">
5757
<span id="default-message">
5858
<span class="inline-flex items-center">

0 commit comments

Comments
 (0)