Merge pull request #4664 from devansh-webkul/issue-4633

Asterisk and `.gitignore` added for theme #4633
This commit is contained in:
Glenn Hermans 2021-02-22 08:32:03 +01:00 committed by GitHub
commit 2ddfcd8548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<accordian :title="'{{ __('admin::app.account.current-password') }}'" :active="true">
<div slot="body">
<div class="control-group" :class="[errors.has('current_password') ? 'has-error' : '']">
<label for="current_password">{{ __('admin::app.account.current-password') }}</label>
<label for="current_password" class="required">{{ __('admin::app.account.current-password') }}</label>
<input type="password" v-validate="'required|min:6'" class="control" id="current_password" name="current_password" data-vv-as="&quot;{{ __('admin::app.account.current-password') }}&quot;"/>
<span class="control-error" v-if="errors.has('current_password')">@{{ errors.first('current_password') }}</span>
</div>

2
resources/themes/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*
!.gitignore