Skip to content

Commit

Permalink
refs #4 Redirect to source
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jul 22, 2020
1 parent bcabfc5 commit 9e2b9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/news.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@section('content')

<main data-controller="one-news"
<div data-controller="one-news"
data-one-news-url="{{ $news->link }}">

@empty($story)
Expand All @@ -22,6 +22,6 @@
</div>
</article>
@endempty
</main>
</div>

@endsection

0 comments on commit 9e2b9be

Please sign in to comment.