Skip to content

Commit

Permalink
💄 Improved layout (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKrisKrisu authored Jun 1, 2021
1 parent 68fb3b0 commit f4e9992
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/views/settings/cards/third-party.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,14 @@
<td><i class="fab fa-telegram"></i> Telegram</td>
<td>
@if(auth()->user()->socialProfile->isConnectedTelegram)
{{__('settings.third-party.connected')}}
<span class="font-weight-bold text-success">
<i class="fas fa-check"></i>
{{__('settings.third-party.connected')}}
</span>
<br/>
<span class="text-secondary">
ChatID: {{auth()->user()->socialProfile->telegram_id}}
</span>

<form method="POST" action="{{route('settings.connections.telegram.delete')}}"
class="float-right">
Expand Down

0 comments on commit f4e9992

Please sign in to comment.