Skip to content

Commit

Permalink
Update media.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 authored Aug 3, 2017
1 parent 5b03277 commit c29df2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/views/bulma/media.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class="button"

{{-- upload --}}
<div class="field">
<form class="dz" id="new-upload" action="{{ route('admin.media.upload') }}">
<form class="dz" id="new-upload" action="{{ route('media.upload') }}">
<div class="dz-message title is-4">
{{ trans('MediaManager::messages.drag_drop_info') }}
</div>
Expand Down Expand Up @@ -502,4 +502,4 @@ class="button"
</script>
<script src="{{ mix("assets/vendor/MediaManager/script.js") }}"></script>
</body>
</html>
</html>

0 comments on commit c29df2e

Please sign in to comment.