Skip to content

Commit 00965d8

Browse files
author
Shawn McCool
committed
copy update
1 parent 5d6b0d0 commit 00965d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/views/forum/createthread.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<div class="row">
3232
@if($tags->count() > 0)
33-
<h3>Describe your post with 3 tags</h3>
33+
<h3>Describe your post with up to 3 tags</h3>
3434
{{ $errors->first('tags', '<small class="error">:message</small>') }}
3535
<ul class="tags">
3636
@foreach($tags as $tag)

app/views/layouts/default.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
</head>
1616
<body>
1717

18-
@include('layouts._flash')
1918
@include('layouts._top_nav')
2019

2120
<div class="flexbox">
21+
@include('layouts._flash')
22+
2223
{{ $content }}
2324
</div>
2425

0 commit comments

Comments
 (0)