Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
5773af0f74
|
@ -49,7 +49,7 @@
|
||||||
<a class="bber-reply"
|
<a class="bber-reply"
|
||||||
th:onclick="rightMenuCommentText([['"'+${equipment.name}+' '+${equipment.model}+' '+${equipment.description}+'"']]);"
|
th:onclick="rightMenuCommentText([['"'+${equipment.name}+' '+${equipment.model}+' '+${equipment.description}+'"']]);"
|
||||||
data-pjax-state="">
|
data-pjax-state="">
|
||||||
<i class="haofont hao-icon-message" style="font-size: 18px;"></i>
|
<i class="fa-solid fa-message" style="font-size: 18px;"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
</div>
|
</div>
|
||||||
<a class="bber-reply"
|
<a class="bber-reply"
|
||||||
th:onclick="rightMenuCommentText([[${content.html}]]);"
|
th:onclick="rightMenuCommentText([[${content.html}]]);"
|
||||||
data-pjax-state=""> <i class="haofont hao-icon-message"></i>
|
data-pjax-state=""> <i class="fa-solid fa-message"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue