mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-07 17:02:34 +00:00
Merge (#127)
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
<div>
|
||||
<x-input-label for="repository" :value="__('Repository')" />
|
||||
<x-text-input
|
||||
value="{{ old('repository') }}"
|
||||
id="repository"
|
||||
name="repository"
|
||||
type="text"
|
||||
class="mt-1 block w-full"
|
||||
autocomplete="repository"
|
||||
placeholder="organization/repository"
|
||||
/>
|
||||
@error("repository")
|
||||
<x-input-error class="mt-2" :messages="$message" />
|
||||
@enderror
|
||||
</div>
|
Reference in New Issue
Block a user