File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed
resources/views/events/gitlab/issue Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 77 'branch ' => 'Branch ' ,
88 'commit ' => 'Commit ' ,
99 'title ' => 'Title ' ,
10+ 'state ' => 'State ' ,
11+ 'confidential ' => 'Confidential ' ,
1012];
Original file line number Diff line number Diff line change 22
33return [
44 'issue_title ' => '📢 ' ,
5+ 'default ' => 'Default issue to :issue by :user ' ,
6+ 'confidential_issue ' => '🔒 <b>Confidential Issue</b> to :issue by :user ' ,
57 'closed ' => [
68 'title ' => '<b>Issue Closed </b> to :issue by :user ' ,
79 ],
Original file line number Diff line number Diff line change 77 'branch ' => 'Tên nhánh ' ,
88 'commit ' => 'Commit ' ,
99 'title ' => 'Tiêu đề ' ,
10+ 'state ' => 'Trạng thái ' ,
11+ 'confidential ' => 'Bí mật ' ,
1012];
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * @var $payload object
4+ * @var $event string
5+ */
6+
7+ ? >
8+ 🔥 {!! __ (' tg-notifier::events/gitlab/issues.default' , [
9+ ' issue' => " 🦊<a href='{$payload -> object_attributes -> url }'>{$payload -> project -> path_with_namespace }#{$payload -> object_attributes -> id }</a>" ,
10+ ' user' => " <b>{$payload -> user -> name }</b>"
11+ ]
12+ ) ! !}
13+
14+ 📢 {{ __ (' tg-notifier::app.title' ) } } : <code >{{ $payload -> object_attributes -> title } } </code >
15+ 📡 {{ __ (' tg-notifier::app.state' ) } } : <code >{{ $payload -> object_attributes -> state } } </code >
16+ @include (' tg-notifier::events.shared.partials.gitlab._assignees' , compact (' payload' , ' event' ) )
17+ @include (' tg-notifier::events.shared.partials.gitlab._body' , compact (' payload' , ' event' ) )
You can’t perform that action at this time.
0 commit comments