Skip to content

Commit

Permalink
l2
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartapsing committed Aug 31, 2022
1 parent 7a3a505 commit 018661d
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 26 deletions.
6 changes: 0 additions & 6 deletions resources/views/vendor/mail/html/button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
<tr>
<td>
<a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank">{{ $slot }}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
4 changes: 0 additions & 4 deletions resources/views/vendor/mail/html/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
<tr>
<td class="content-cell" align="center">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
2 changes: 0 additions & 2 deletions resources/views/vendor/mail/html/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
<a href="{{ $url }}">
{{ $slot }}
</a>
</td>
</tr>
5 changes: 1 addition & 4 deletions resources/views/vendor/mail/html/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@

{{ $subcopy ?? '' }}
</table>
</td>
</tr>

{{ $footer ?? '' }}
</table>
</td>
</tr>

</table>
</body>
</html>
3 changes: 1 addition & 2 deletions resources/views/vendor/mail/html/panel.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
</td>
</tr>
</table>
</td>
</tr>

</table>
3 changes: 1 addition & 2 deletions resources/views/vendor/mail/html/promotion.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<tr>
<td align="center">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>

</table>
4 changes: 0 additions & 4 deletions resources/views/vendor/mail/html/promotion/button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@
<tr>
<td>
<a href="{{ $url }}" class="button button-green" target="_blank">{{ $slot }}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
3 changes: 1 addition & 2 deletions resources/views/vendor/mail/html/subcopy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>

</table>

0 comments on commit 018661d

Please sign in to comment.