Skip to content

Commit

Permalink
Update main.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-jennings authored Jul 18, 2017
1 parent a77f92b commit 493ee8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/admin/blocks/video/main.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
$input_id = str_replace(['[', ']'], ['_', ''], $name);
$content = $submitted_data?$submitted_data['select']:$content;
?>

<div class="form-group {{ $field_class }}">
Expand All @@ -18,4 +17,4 @@
</div>
<span class="help-block">{{ $field_message }}</span>
</div>
</div>
</div>

0 comments on commit 493ee8e

Please sign in to comment.