We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6b0d0 commit 00965d8Copy full SHA for 00965d8
app/views/forum/createthread.blade.php
@@ -30,7 +30,7 @@
30
31
<div class="row">
32
@if($tags->count() > 0)
33
- <h3>Describe your post with 3 tags</h3>
+ <h3>Describe your post with up to 3 tags</h3>
34
{{ $errors->first('tags', '<small class="error">:message</small>') }}
35
<ul class="tags">
36
@foreach($tags as $tag)
app/views/layouts/default.blade.php
@@ -15,10 +15,11 @@
15
</head>
16
<body>
17
18
- @include('layouts._flash')
19
@include('layouts._top_nav')
20
21
<div class="flexbox">
+ @include('layouts._flash')
22
+
23
{{ $content }}
24
</div>
25
0 commit comments