Update profile.blade.php

This commit is contained in:
Julian Prieber 2023-06-17 01:37:30 +02:00
parent 9f6cdab3f2
commit e23483f787

View File

@ -64,12 +64,12 @@
<div class="col-lg-8"> <div class="col-lg-8">
<button class="btn btn-outline-secondary"> <button class="btn btn-outline-secondary">
<a href="{{ route('exportAll') }}"> <a href="{{ route('exportAll') }}">
<i class="bi bi-layer-backward"></i>{{__('messages.Export all data')}} <i class="bi bi-layer-backward"></i> {{__('messages.Export all data')}}
</a> </a>
</button> </button>
<button class="btn btn-outline-secondary"> <button class="btn btn-outline-secondary">
<a href="{{ route('exportLinks') }}"> <a href="{{ route('exportLinks') }}">
<i class="bi bi-layer-backward"></i>{{__('messages.Export links only')}} <i class="bi bi-layer-backward"></i> {{__('messages.Export links only')}}
</a> </a>
</button> </button>
</div> </div>
@ -82,7 +82,7 @@
@csrf @csrf
<div class="form-group col-lg-8"><br><br><br> <div class="form-group col-lg-8"><br><br><br>
<h4>{{__('messages.Import user data')}}</h4> <h4>{{__('messages.Import user data')}}</h4>
<label>{{__('messages.Import your user data from another instance.')}}</label> <label>{{__('messages.Import your user data from another instance')}}</label>
<input type="file" accept="application/JSON" class="form-control" id="customFile" name="import"> <input type="file" accept="application/JSON" class="form-control" id="customFile" name="import">
</div> </div>