Skip to content

Commit

Permalink
Adding thumbnail on create view
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jun 8, 2016
1 parent 3952eba commit e73df3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/views/admin/posts/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
<select name="tags[]" id="tags" class="input-tags" multiple></select>
{!! $errors->first("tags", '<span class="help-block">:message</span>') !!}
</div>
@include('media::admin.fields.new-file-link-single', [
'zone' => 'thumbnail'
])
</div>
</div>
</div>
Expand Down

0 comments on commit e73df3c

Please sign in to comment.