File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
resources/views/events/gitlab/feature_flag Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33return [
44 'title ' => [
5- 'enabled ' => '<b>Feature Flag Enabled</b> 🦊 :flag_tag by :user_tag ' ,
6- 'disabled ' => '<b>Feature Flag Disabled</b> 🦊 :flag_tag by :user_tag ' ,
5+ 'enabled ' => '<b>Feature Flag Enabled</b> :flag_tag by :user_tag ' ,
6+ 'disabled ' => '<b>Feature Flag Disabled</b> :flag_tag by :user_tag ' ,
77 ],
88 'name ' => 'Name: <b>:flag_name</b> ' ,
99];
Original file line number Diff line number Diff line change 22
33return [
44 'title ' => [
5- 'enabled ' => '<b>Feature Flag Enabled</b> 🦊 :flag_tag by :user_tag ' ,
6- 'disabled ' => '<b>Feature Flag Disabled</b> 🦊 :flag_tag by :user_tag ' ,
5+ 'enabled ' => '<b>Feature Flag Enabled</b> :flag_tag by :user_tag ' ,
6+ 'disabled ' => '<b>Feature Flag Disabled</b> :flag_tag by :user_tag ' ,
77 ],
88 'name ' => 'Name: <b>:flag_name</b> ' ,
99];
Original file line number Diff line number Diff line change 22
33return [
44 'title ' => [
5- 'enabled ' => '<b>Feature Flag Enabled</b> 🦊 :flag_tag by :user_tag ' ,
6- 'disabled ' => '<b>Feature Flag Disabled</b> 🦊 :flag_tag by :user_tag ' ,
5+ 'enabled ' => '<b>Feature Flag Enabled</b> :flag_tag by :user_tag ' ,
6+ 'disabled ' => '<b>Feature Flag Disabled</b> :flag_tag by :user_tag ' ,
77 ],
88 'name ' => 'Name: <b>:flag_name</b> ' ,
99];
Original file line number Diff line number Diff line change 22
33return [
44 'title ' => [
5- 'enabled ' => '<b>Feature Flag Enabled</b> 🦊 :flag_tag by :user_tag ' ,
6- 'disabled ' => '<b>Feature Flag Disabled</b> 🦊 :flag_tag by :user_tag ' ,
5+ 'enabled ' => '<b>Feature Flag Enabled</b> :flag_tag by :user_tag ' ,
6+ 'disabled ' => '<b>Feature Flag Disabled</b> :flag_tag by :user_tag ' ,
77 ],
88 'name ' => 'Name: <b>:flag_name</b> ' ,
99];
Original file line number Diff line number Diff line change 1818? >
1919
2020{!! $icon ! !} {!! __ (' tg-notifier::events/gitlab/feature_flag.title' . $active , [
21- ' flag_tag' => $flagTag ,
21+ ' flag_tag' => ' 🦊 ' . $flagTag ,
2222 ' user_tag' => $userTag ,
2323 ]) ! !}
2424
You can’t perform that action at this time.
0 commit comments