Skip to content

Commit fc439de

Browse files
committed
added the laravel 5 tag
1 parent d1ee382 commit fc439de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/views/forum/threads/create.blade.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,16 @@
4949
<div class="form-row">
5050
{{ Form::label('laravel_version', 'Laravel Version', ['class' => 'field-title']) }}
5151
<ul class="version tags _version_tags">
52+
<li>
53+
<label class="tag">
54+
Laravel 5.x
55+
{{ Form::radio('laravel_version', 5, true) }}
56+
</label>
57+
</li>
5258
<li>
5359
<label class="tag">
5460
Laravel 4.x
55-
{{ Form::radio('laravel_version', 4, true) }}
61+
{{ Form::radio('laravel_version', 4) }}
5662
</label>
5763
</li>
5864
<li>

0 commit comments

Comments
 (0)