You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{if $action eq 'add'}
|
|
|
<a class="add-friend btn btn-primary" href="{bootstrap_modal controller=social action=add_friend username=$userwatch}">
|
|
|
<i class="fas fa-user-plus"></i>
|
|
|
{$add_button_text}
|
|
|
</a>
|
|
|
{elseif $action eq 'remove'}
|
|
|
<a class="add-friend btn btn-primary" href="{bootstrap_modal controller=social action=remove_friend friend=$userwatch}">
|
|
|
<i class="fas fa-user-times"></i>
|
|
|
{$remove_button_text}
|
|
|
</a>
|
|
|
{/if}
|