Skip to content

Commit d764731

Browse files
committed
Update links.blade.php
1 parent be71531 commit d764731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/studio/links.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
<?php function strp($urlStrp){return str_replace(array('http://', 'https://'), '', $urlStrp);} ?>
3636

37+
<div style="text-align: right;"><a href="{{ url('/studio/links') }}/10">10</a> | <a href="{{ url('/studio/links') }}/20">20</a> | <a href="{{ url('/studio/links') }}/30">30</a> | <a href="{{ url('/studio/links') }}/all">all</a></div>
3738
<div class="row">
3839
<section class='pre-left shadow text-gray-400'>
3940
<h3 class="card-header"><i class="bi bi-link-45deg">My Links</i>
@@ -163,4 +164,5 @@
163164

164165
<script src="{{ asset('studio/external-dependencies/jquery-1.12.4.min.js') }}"></script>
165166
<script type="text/javascript">$("iframe").load(function() { $("iframe").contents().find("a").each(function(index) { $(this).on("click", function(event) { event.preventDefault(); event.stopPropagation(); }); }); });</script>
167+
166168
@endsection

0 commit comments

Comments
 (0)