Skip to content

Commit

Permalink
feat: add note about losing place in the queue
Browse files Browse the repository at this point in the history
  • Loading branch information
preimpression committed May 18, 2024
1 parent dc49088 commit f81b96d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/character/design/_cancel_modal.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@if ($request->user_id == Auth::user()->id)
<p>This will cancel the pending design approval request and will send it back to your drafts. <br>
You will need to resubmit in order for it to be in the queue again.</p>
<p>
Note that you will lose your place in the queue if you do this.
</p>
<p>Are you sure you want to cancel this request?</p>
{!! Form::open(['url' => 'designs/' . $request->id . '/cancel', 'class' => 'text-right']) !!}
{!! Form::submit('Cancel Request', ['class' => 'btn btn-primary']) !!}
Expand Down

0 comments on commit f81b96d

Please sign in to comment.