|
|
@@ -90,7 +90,7 @@
|
|
|
<td class="text-center">
|
|
|
<button class="btn btn-default btn-sm btn-danger"
|
|
|
data-toggle="modal" data-target="#diassociate-external-account" data-provider-type="{{ account.providerType }}" data-account-id="{{ account.accountId }}">
|
|
|
- <i class="fa fa-unlink"></i>
|
|
|
+ <i class="ti-unlink"></i>
|
|
|
{{ t('Diassociate') }}
|
|
|
</button>
|
|
|
</td>
|
|
|
@@ -216,7 +216,7 @@
|
|
|
{{ t('Cancel') }}
|
|
|
</button>
|
|
|
<button type="submit" class="btn btn-sm btn-danger">
|
|
|
- <i class="fa fa-unlink"></i>
|
|
|
+ <i class="ti-unlink"></i>
|
|
|
{{ t('Diassociate') }}
|
|
|
</button>
|
|
|
</form>
|