Skip to content

Commit

Permalink
little lang generate balance
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanbees committed Nov 20, 2024
1 parent 2048a0f commit fdddaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/game/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
@if(Auth::user()->getIsAdmin())
<form action="{{ route('game.generateBalanceGemini', ['id' => $viewData['game']->getId()]) }}" method="POST" class="d-inline">
@csrf
<button type="submit" class="btn btn-secondary">{{ __('Generate Balance (Gemini)') }}</button>
<button type="submit" class="btn btn-secondary">{{ __('Generate Balance') }} (Gemini) </button>
</form>

<form action="{{ route('game.generateBalanceHuggingFace', ['id' => $viewData['game']->getId()]) }}" method="POST" class="d-inline">
@csrf
<button type="submit" class="btn btn-secondary">{{ __('Generate Balance (HuggingFace)') }}</button>
<button type="submit" class="btn btn-secondary">{{ __('Generate Balance') }} (HuggingFace)</button>
</form>
@endif
@endauth
Expand Down

0 comments on commit fdddaae

Please sign in to comment.