File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
resources/views/events/gitlab/push Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33return [
44 'default ' => [
5- 'title ' => '<b>:count</b> new :noun to :repo:<code>:branch</code></b> ' ,
5+ 'title ' => '<b>:count</b> new :noun to <b> :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 :repo:<code>:branch</code></b> ' ,
5+ 'title ' => '<b>:count</b> new :noun to <b> :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 :repo:<code>:branch</code></b> ' ,
5+ 'title ' => '<b>:count</b> new :noun to <b> :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> mới :noun đến :repo:<code>:branch</code></b> ' ,
5+ 'title ' => '<b>:count</b> :noun mới trong <b> :repo:<code>:branch</code></b> ' ,
66 'commit ' => '[:commit] :commit_message - bởi <i>:commit_by</i> ' ,
77 'pusher ' => '👤 Đẩy lên bởi: : <b>:name</b> ' ,
88 ],
Original file line number Diff line number Diff line change 1313👷⚙️ {!! __ (' tg-notifier::events/gitlab/push.default.title' , [
1414 ' count' => $count ,
1515 ' noun' => $noun ,
16- ' repo' => " 🦑<b> " . $payload -> project -> path_with_namespace ,
16+ ' repo' => " 🦑<a href='{ $payload -> project -> web_url }'>{ $payload -> project -> path_with_namespace }</a> " ,
1717 ' branch' => $branch ,
1818 ]) ! !}
1919
You can’t perform that action at this time.
0 commit comments