Add "external" icon to buttons for viewing product in WooCommerce
This commit is contained in:
parent
85869e3aeb
commit
a537386dcf
|
@ -13,7 +13,8 @@
|
||||||
% else:
|
% else:
|
||||||
disabled title="${woocommerce_store_why_no_url}"
|
disabled title="${woocommerce_store_why_no_url}"
|
||||||
% endif
|
% endif
|
||||||
>
|
icon-pack="fas"
|
||||||
|
icon-left="fas fa-external-link-alt">
|
||||||
View in WooCommerce Store
|
View in WooCommerce Store
|
||||||
</b-button>
|
</b-button>
|
||||||
</%def>
|
</%def>
|
||||||
|
@ -25,7 +26,8 @@
|
||||||
% else:
|
% else:
|
||||||
disabled title="${woocommerce_admin_why_no_url}"
|
disabled title="${woocommerce_admin_why_no_url}"
|
||||||
% endif
|
% endif
|
||||||
>
|
icon-pack="fas"
|
||||||
|
icon-left="fas fa-external-link-alt">
|
||||||
View in WooCommerce Admin
|
View in WooCommerce Admin
|
||||||
</b-button>
|
</b-button>
|
||||||
</%def>
|
</%def>
|
||||||
|
|
Loading…
Reference in a new issue