Skip to content

Commit 26e8699

Browse files
committed
fix: update gitlab issue view templates
1 parent f3c4938 commit 26e8699

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

resources/views/events/gitlab/issue/close.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
]
1212
) !!}
1313

14-
📢 <b>{{ $payload->object_attributes->title }}</b>
15-
14+
📢 {{ __('tg-notifier::app.title') }}: <code>{{ $payload->object_attributes->title }}</code>
1615
@include('tg-notifier::events.shared.partials.gitlab._assignees', compact('payload', 'event'))
1716
@include('tg-notifier::events.shared.partials.gitlab._body', compact('payload', 'event'))

resources/views/events/gitlab/issue/open.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
]
1212
) !!}
1313

14-
📢 <b>{{ $payload->object_attributes->title }}</b>
15-
14+
📢 {{ __('tg-notifier::app.title') }}: <code>{{ $payload->object_attributes->title }}</code>
1615
@include('tg-notifier::events.shared.partials.gitlab._assignees', compact('payload', 'event'))
1716
@include('tg-notifier::events.shared.partials.gitlab._body', compact('payload', 'event'))

resources/views/events/gitlab/issue/reopen.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
]
1212
) !!}
1313

14-
📢 <b>{{ $payload->object_attributes->title }}</b>
15-
14+
📢 {{ __('tg-notifier::app.title') }}: <code>{{ $payload->object_attributes->title }}</code>
1615
@include('tg-notifier::events.shared.partials.gitlab._assignees', compact('payload', 'event'))
1716
@include('tg-notifier::events.shared.partials.gitlab._body', compact('payload', 'event'))

resources/views/events/gitlab/issue/update.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
]
1212
) !!}
1313

14-
📢 <b>{{ $payload->object_attributes->title }}</b>
15-
14+
📢 {{ __('tg-notifier::app.title') }}: <code>{{ $payload->object_attributes->title }}</code>
1615
@include('tg-notifier::events.shared.partials.gitlab._assignees', compact('payload', 'event'))
17-
1816
@if(isset($payload->changes->title))
1917
📖 {!! __('tg-notifier::events/gitlab/issues.edited.changes.title.name') !!}
2018
📝 {!! __('tg-notifier::events/gitlab/issues.edited.changes.title.from', ['title_from' => $payload->changes->title->previous]) !!}

0 commit comments

Comments
 (0)