File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
resources/views/events/gitlab/push Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33return [
44 'default ' => [
5- 'title ' => '👷⚙️ <b>:count</b> new :noun to 🦑<b> :repo:<code>:branch</code></b> ' ,
5+ 'title ' => '<b>:count</b> new :noun to :repo:<code>:branch</code></b> ' ,
66 'commit ' => '[:commit] :commit_message - by <i>:commit_by</i> ' ,
77 'pusher ' => '👤 Pushed by : <b>:name</b> ' ,
88 ],
Original file line number Diff line number Diff line change 22
33return [
44 'default ' => [
5- 'title ' => '👷⚙️ <b>:count</b> new :noun to 🦑<b> :repo:<code>:branch</code></b> ' ,
5+ 'title ' => '<b>:count</b> new :noun to :repo:<code>:branch</code></b> ' ,
66 'commit ' => '[:commit] :commit_message - by <i>:commit_by</i> ' ,
77 'pusher ' => '👤 Pushed by : <b>:name</b> ' ,
88 ],
Original file line number Diff line number Diff line change 22
33return [
44 'default ' => [
5- 'title ' => '👷⚙️ <b>:count</b> new :noun to 🦑<b> :repo:<code>:branch</code></b> ' ,
5+ 'title ' => '<b>:count</b> new :noun to :repo:<code>:branch</code></b> ' ,
66 'commit ' => '[:commit] :commit_message - by <i>:commit_by</i> ' ,
77 'pusher ' => '👤 Pushed by : <b>:name</b> ' ,
88 ],
Original file line number Diff line number Diff line change 22
33return [
44 'default ' => [
5- 'title ' => '👷⚙️ <b>:count</b> new :noun to 🦑<b> :repo:<code>:branch</code></b> ' ,
5+ 'title ' => '<b>:count</b> new :noun to :repo:<code>:branch</code></b> ' ,
66 'commit ' => '[:commit] :commit_message - by <i>:commit_by</i> ' ,
77 'pusher ' => '👤 Pushed by : <b>:name</b> ' ,
88 ],
Original file line number Diff line number Diff line change 1010$branch = implode (' /' , array_slice ($ref , 2 ));
1111? >
1212
13- {!! __ (' tg-notifier::events/gitlab/push.default.title' , [
13+ 👷⚙️ {!! __ (' tg-notifier::events/gitlab/push.default.title' , [
1414 ' count' => $count ,
1515 ' noun' => $noun ,
16- ' repo' => $payload -> project -> path_with_namespace ,
16+ ' repo' => " 🦑<b> " . $payload -> project -> path_with_namespace ,
1717 ' branch' => $branch ,
1818 ]) ! !}
1919
You can’t perform that action at this time.
0 commit comments