File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
resources/views/events/github/team Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'created ' => [
5+ 'title ' => 'Team created successfully ' ,
6+ 'organization ' => 'Organization ' ,
7+ 'sender ' => 'Sender ' ,
8+ 'team ' => 'Team ' ,
9+ ],
10+ ];
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ * @var $payload object
5+ */
6+
7+ ? >
8+
9+ ⚡ <b >{!! __ (' tg-notifier::events/github/team.created.title' ) ! !} </b > 🎊
10+
11+ @if (isset ($payload -> organization ) )
12+ 🏢 {!! __ (' tg-notifier::events/github/team.created.organization' ) ! !} : <b >{{ $payload -> organization -> login } } </b >
13+ @endif
14+ @if (isset ($payload -> sender ) )
15+ 👤 {!! __ (' tg-notifier::events/github/team.created.sender' ) ! !} : <b >{{ $payload -> sender -> login } } </b >
16+ @endif
17+ @if (isset ($payload -> team ) )
18+ 👥 {!! __ (' tg-notifier::events/github/team.created.team' ) ! !} : 🦑<a href =' {{ $payload -> team -> html_url } }' ><b >{{ $payload -> team -> name } } </b ></a >
19+ @endif
You can’t perform that action at this time.
0 commit comments