From 1484781cc97c643bfd69789a67282c3f254061d3 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Tue, 7 May 2024 23:57:45 +0700 Subject: [PATCH] Update view template for the branch_protection_rule actions Co-authored-by: TramJa Com <158149020+tnphtcom@users.noreply.github.com> --- .../views/events/github/branch_protection_rule/edited.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/events/github/branch_protection_rule/edited.blade.php b/resources/views/events/github/branch_protection_rule/edited.blade.php index ebe271b..5d4a602 100644 --- a/resources/views/events/github/branch_protection_rule/edited.blade.php +++ b/resources/views/events/github/branch_protection_rule/edited.blade.php @@ -19,6 +19,6 @@ 🛡 {!! __('tg-notifier::events/github/branch_protection_rule.name') !!}: {{ $payload->rule->name }} @endif 🔗 {!! __('tg-notifier::events/github/branch_protection_rule.edited.link', [ - 'link' => "{$payload->rule->id}" + 'link' => "#{$payload->rule->id}" ] ) !!}