Skip to content

Commit

Permalink
Merge pull request #12 from P3D-Legacy/release-0.3.1
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
dsbilling authored Mar 11, 2021
2 parents ad4ca78 + c41713b commit b1b112e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ npm-debug.log
yarn-error.log
public/css/bootstrap.min.css
public/js/bootstrap.min.js
public/skin/*.png
5 changes: 5 additions & 0 deletions resources/views/skin/public/newest.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@

</div>
</div>
<div class="row mt-3">
<div class="col-12">
{{ $skins->links() }}
</div>
</div>

@endsection
5 changes: 5 additions & 0 deletions resources/views/skin/public/popular.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@

</div>
</div>
<div class="row mt-3">
<div class="col-12">
{{ $skins->links() }}
</div>
</div>

@endsection

0 comments on commit b1b112e

Please sign in to comment.