Skip to content

Commit

Permalink
Merge branch 'v0.20' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Mar 30, 2018
2 parents 6102f66 + 3cd0838 commit a0381f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/books/export.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<style>
@if (!app()->environment('testing'))
{!! file_get_contents(public_path('/css/export-styles.css')) !!}
{!! file_get_contents(public_path('/dist/export-styles.css')) !!}
@endif
.page-break {
page-break-after: always;
Expand Down
2 changes: 1 addition & 1 deletion resources/views/chapters/export.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<style>
@if (!app()->environment('testing'))
{!! file_get_contents(public_path('/css/export-styles.css')) !!}
{!! file_get_contents(public_path('/dist/export-styles.css')) !!}
@endif
.page-break {
page-break-after: always;
Expand Down

0 comments on commit a0381f7

Please sign in to comment.