OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
21
app/Domain/Help/Templates/projectSuccess.blade.php
Normal file
21
app/Domain/Help/Templates/projectSuccess.blade.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<div class="center padding-lg">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div style='width:50%' class='svgContainer'>
|
||||
{!! file_get_contents(ROOT . '/dist/images/svg/undraw_events_2p66.svg') !!}
|
||||
</div>
|
||||
<h3 class="primaryColor">{!! __('headlines.congrats_on_your_project') !!}</h3><br />
|
||||
{!! __('notifications.project_created_successfully') !!}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 align-center">
|
||||
<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