Skip to content

Commit 7b51a2f

Browse files
authored
Merge pull request #30 from pxthinh/feature/view_template
fix: delete enter line
2 parents d57c7cd + 6913464 commit 7b51a2f

File tree

15 files changed

+4
-18
lines changed

15 files changed

+4
-18
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

resources/views/events/github/issue_comment/deleted.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

resources/views/events/github/issue_comment/edited.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

resources/views/events/github/issues/deleted.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

resources/views/events/github/issues/locked.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

resources/views/events/github/issues/pinned.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

resources/views/events/github/issues/unlocked.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
📢 <b>{{ $issue->title }}</b>
1717

1818
@include('tg-notifier::events.shared.partials.github._assignees', compact('payload', 'event'))
19-
2019
@include('tg-notifier::events.shared.partials.github._body', compact('payload', 'event'))

0 commit comments

Comments
 (0)