v0.9.4 - Added remove function to feedback admin page
Added - You can now see if you're participating an event on event.index and yourevents.blade.php Fixed `Tilbage` buttons
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<span>{{__('msg.telefon')}} Nr.:</span>
|
||||
<input type="text" name="phone" id="phone" value="{{ Auth::user()->phone }}" required>
|
||||
<button type="submit" class="btn text-center btn-sde-blue mt-1">{{__('msg.rediger')}}</button>
|
||||
<a href="{{ route('users.account') }}" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
|
||||
<a onclick="window.history.back()" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
|
||||
</form>
|
||||
</main>
|
||||
@endsection
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
{!! session()->get('error#notsamepass') !!}
|
||||
{!! session()->get('error#oldpass') !!}
|
||||
<button type="submit" style="margin-top: auto;" class="btn text-center btn-sde-blue mt-1">{{__('msg.rediger')}}</button>
|
||||
<a href="{{ route('users.account') }}" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
|
||||
<a onclick="window.history.back()" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
|
||||
</form>
|
||||
|
||||
</main>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<span>{{__('msg.profilbillede')}}:</span>
|
||||
<input type="file" name="resource">
|
||||
<button type="submit" class="btn text-center btn-sde-blue mt-1">{{__('msg.ændrer')}}</button>
|
||||
<a href="{{ route('users.account') }}" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
|
||||
<a onclick="window.history.back()" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
|
||||
</form>
|
||||
</main>
|
||||
@endsection
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<input class="appinput" type="email" name="email" placeholder="Email" required>
|
||||
{!! session()->get('errornosuchuser') !!}
|
||||
<input class="btn btn-dark" type="submit" value="Send reset mail">
|
||||
<a class="btn btn-dark text-center" href="{{ route("users.login") }}">Tilbage</a>
|
||||
<a class="btn btn-dark text-center" onclick="window.history.back()">Tilbage</a>
|
||||
</form>
|
||||
</main>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user