Skip to content

Commit

Permalink
Replace module edit hints with c-hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Dec 21, 2023
1 parent 20973e5 commit 3ac4b42
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions client/web/compose/src/views/Admin/Modules/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,9 @@
class="d-flex align-items-center"
>
{{ $t('general.label.name') }}
<div
v-b-tooltip.hover.topright="{ title: $t('edit.tooltip.name'), container: '#body' }"
class="ml-1"
>
<font-awesome-icon
:icon="['far', 'question-circle']"
/>
</div>
<c-hint
:tooltip="$t('edit.tooltip.name')"
/>
</div>
</th>

Expand All @@ -247,14 +242,9 @@
class="d-flex align-items-center"
>
{{ $t('general.label.title') }}
<div
v-b-tooltip.hover.topright="{ title: $t('edit.tooltip.title'), container: '#body' }"
class="ml-1"
>
<font-awesome-icon
:icon="['far', 'question-circle']"
/>
</div>
<c-hint
:tooltip="$t('edit.tooltip.title')"
/>
</div>
</th>

Expand Down

0 comments on commit 3ac4b42

Please sign in to comment.