Update Staging Deploy
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<!-- ABOUT THE ENTRY -->
|
||||
<x-form-group-title label="{{ $words['about_the'] }}" icon="puzzle" />
|
||||
|
||||
@if( section_must_not_be( 'translations', $section ) )
|
||||
@if( section_must_not_be( ['translations', 'homebrew'], $section ) )
|
||||
<div class="form-group">
|
||||
<x-form-field-title name="{{ $words['entry_title'] }}" required="true" />
|
||||
<input class="form-input" type="text" name="entry_title" value="{{ old('entry_title', $entry->title ?? '' ) }}" required>
|
||||
@@ -37,7 +37,7 @@
|
||||
<x-form-error-text message="{{ $message }}" />
|
||||
@enderror
|
||||
</div>
|
||||
@else
|
||||
@elseif( section_must_be( 'translations', $section ) )
|
||||
<div class="form-group">
|
||||
<x-form-field-title name="{{ $words['entry_title'] }}" helper="{{ $words['entry_title_helper'] }}" />
|
||||
<input class="form-input" type="text" name="entry_title" value="{{ old('entry_title', $entry->title, '' ) }}">
|
||||
@@ -59,7 +59,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if( section_must_be( ['romhacks', 'translations'], $section ) )
|
||||
@if( section_must_be( ['romhacks', 'translations', 'homebrew'], $section ) )
|
||||
<div class="form-group grid-c3">
|
||||
<div>
|
||||
<x-form-field-title name="{{ $words['version'] }}" required="true" />
|
||||
@@ -178,7 +178,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<x-form-field-title name="Owner" required="true" />
|
||||
<livewire:xf-user-selector :initial-user-id="$entry->user_id" />
|
||||
<livewire:xf-user-selector :initial-user-id="old('owner_user_id', $entry->user_id)" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group grid-c2">
|
||||
|
||||
Reference in New Issue
Block a user