Skip to content

Commit d0af32b

Browse files
committed
fix: update view template for some actions
1 parent c1bd553 commit d0af32b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

resources/views/events/github/branch_protection_rule/created.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
🛡 {!! __('tg-notifier::events/github/branch_protection_rule.name') !!}: <code>{{ $payload->rule->name }}</code>
1515
🔗 {!! __('tg-notifier::events/github/branch_protection_rule.created.link', [
16-
'link' => "<a href='$repository->html_url/settings/branch_protection_rules/{$payload->rule->id}'>{$payload->rule->id}</a>"
16+
'link' => "<a href='$repository->html_url/settings/branch_protection_rules/{$payload->rule->id}'>#{$payload->rule->id}</a>"
1717
]
1818
) !!}

resources/views/events/github/pull_request/closed.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
🏷 {!! __('tg-notifier::events/github/pull_request.title') !!}: <code>{{ $pull_request->title }}</code>
2222

23-
🌳: {{ $pull_request->head->ref }} -> {{ $pull_request->base->ref }} 🎯
23+
🌳 {{ $pull_request->head->ref }} {{ $pull_request->base->ref }} 🎯
2424
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
2525
@include('tg-notifier::events.github.pull_request.partials._reviewers', compact('payload'))
2626
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

resources/views/events/github/pull_request/opened.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
🏷 {!! __('tg-notifier::events/github/pull_request.title') !!}: <code>{{ $pull_request->title }}</code>
1717

18-
🌳 {{ $pull_request->head->ref }} -> {{ $pull_request->base->ref }} 🎯
18+
🌳 {{ $pull_request->head->ref }} {{ $pull_request->base->ref }} 🎯
1919
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
2020
@include('tg-notifier::events.github.pull_request.partials._reviewers', compact('payload'))
2121
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

resources/views/events/github/pull_request/reopened.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
🏷 {!! __('tg-notifier::events/github/pull_request.title') !!}: <code>{{ $pull_request->title }}</code>
1717

18-
🌳: {{ $pull_request->head->ref }} -> {{ $pull_request->base->ref }} 🎯
18+
🌳 {{ $pull_request->head->ref }} {{ $pull_request->base->ref }} 🎯
1919
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
2020
@include('tg-notifier::events.github.pull_request.partials._reviewers', compact('payload'))
2121
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

0 commit comments

Comments
 (0)