Skip to content

Commit

Permalink
2023-11-04 07:19:35
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Nov 4, 2023
1 parent d1eeb4f commit dab7618
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions layouts/faq/view/00.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ <h2 class="h5">
{{ (.Render "summary") }}
</div>
{{ with (($answer) | len) }}
<a class="btn btn-sm btn-success d-inline-flex align-items-center" href="#" role="button"
data-bs-toggle="modal" data-bs-target="#modal-{{ ($id) }}">
<span class="pe-1"><i class="fas fa-check fa-fw"></i></span>
<span>{{ (i18n "answer_count" .) }}</span>
</a>
<div class="text-end">
<a class="btn btn-sm btn-success d-inline-flex align-items-center" href="#" role="button"
data-bs-toggle="modal" data-bs-target="#modal-{{ ($id) }}">
<span class="pe-1"><i class="fas fa-check fa-fw"></i></span>
<span>{{ (i18n "answer_count" .) }}</span>
</a>
</div>
{{ end }}
</article>

0 comments on commit dab7618

Please sign in to comment.