OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
19
app/Domain/Help/Templates/notfound.blade.php
Normal file
19
app/Domain/Help/Templates/notfound.blade.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<div class="center padding-lg">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3 class="primaryColor">{!! __('headlines.help') !!}</h3><br /><br />
|
||||
{!! __('text.not_found_helper_content_simple') !!}
|
||||
<br /><br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<x-global::forms.button tag="a" link="javascript:void(0);" onclick="jQuery.nmTop().close()" contentRole="tertiary">{!! __('links.close') !!}</x-global::forms.button><br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user