We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8449e1d commit fda0854Copy full SHA for fda0854
resources/views/documents/articles/show.blade.php
@@ -182,7 +182,7 @@
182
183
.copy-btn {
184
position: absolute;
185
- top: 0px;
+ top: 6px;
186
right: 5px;
187
display: none;
188
padding: 5px 10px;
@@ -381,6 +381,8 @@
381
<button onclick="goToPreviousArticle()">上一文章</button>
382
<button onclick="goToNextArticle()">下一文章</button>
383
<button onclick="scrollToTop()">返回顶部</button>
384
+ <button onclick="location.href='{{ url('/') }}'">返回主页</button>
385
+ <button onclick="location.href='{{ url('/documents/' . $document->slug) }}'">返回文档展示页</button>
386
</div>
387
388
<script src="{{ asset('js/jquery.min.js') }}"></script>
0 commit comments