File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 27
27
<body >
28
28
29
29
@if (Auth:: check () && ! Auth:: user ()-> isConfirmed () )
30
- <div style =" background : #2fb352 ; padding : .75em ; text-align :center ; color :#eee ; font-size :1.1em " >
30
+ <div style =" background : #B79B6A ; padding : .75em ; text-align :center ; color :#eee ; font-size :1.1em " >
31
31
Please confirm your email address ({{ Auth:: user ()-> email } } ).
32
32
<a href =" {{ route (' user.reconfirm' , Auth:: user ()-> confirmation_code ) } }" style =" color :#eee ;" >Re-send confirmation email.</a >
33
33
<a href =" {{ route (' user.settings' , Auth:: user ()-> name ) } }" style =" color :#eee ;" >Change e-mail address.</a >
34
34
</div >
35
35
@endif
36
36
37
+ <div style =" background : #2fb352 ; padding : .75em ; text-align :center ; color :#eee ; font-size :1.1em " >
38
+ Tickets for <a href =" http://laracon.us/" style =" color :#eee ;font-weight :bold ;" >Laracon US</a > and
39
+ <a href =" http://laracon.eu/" style =" color :#eee ;font-weight :bold ;" >Laracon EU</a > are available now!
40
+ </div >
41
+
37
42
<div class =" wrapper" >
38
43
<div class =" top-header" >
39
44
@include (' layouts._top_nav' )
You can’t perform that action at this time.
0 commit comments