Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
bug fix email header
Browse files Browse the repository at this point in the history
  • Loading branch information
fherryfherry committed Dec 12, 2017
1 parent ca1a0aa commit 44fb0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/emails/header.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id='wrapper' style='padding:20px 50px 20px 50px;background:#eeeeee'>
<div style='padding:20px;background:#3379A1;border-bottom:1px solid #eee;color:#ffffff;font-size:25px;font-weight:bold'>
<div align='center'>
{{Session::get('appname')}}
{{CRUDBooster::getSetting('appname')}}
</div>
</div>
<div style='padding:20px 20px 60px 20px;background:#ffffff;'>

0 comments on commit 44fb0d5

Please sign in to comment.