OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
9
app/Domain/Comments/Templates/components/input.blade.php
Normal file
9
app/Domain/Comments/Templates/components/input.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="commentBox tw-hidden" id="comment{!! $commentId !!}">
|
||||
<div class="commentImage">
|
||||
<x-users::profile-image :user="$user" />
|
||||
</div>
|
||||
<div class="commentReply">
|
||||
<x-global::forms.button tag="input" inputType="submit" contentRole="default" :labelText="__('links.reply')" name="comment" />
|
||||
</div>
|
||||
<div class="clearall"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user