Skip to content

Commit 5c4d984

Browse files
committed
Add note about Laracon US and Laracon EU
1 parent 79af7b6 commit 5c4d984

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/views/layouts/default.blade.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,18 @@
2727
<body>
2828

2929
@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">
3131
Please confirm your email address ({{ Auth::user()->email }}).
3232
<a href="{{ route('user.reconfirm', Auth::user()->confirmation_code) }}" style="color:#eee;">Re-send confirmation email.</a>
3333
<a href="{{ route('user.settings', Auth::user()->name) }}" style="color:#eee;">Change e-mail address.</a>
3434
</div>
3535
@endif
3636

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+
3742
<div class="wrapper">
3843
<div class="top-header">
3944
@include('layouts._top_nav')

0 commit comments

Comments
 (0)