button missing no-text class

This commit is contained in:
Kris 2018-09-14 20:52:25 -04:00
parent 526ffc4966
commit 2ef16d0719
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{{#if copied}}
<a class="btn btn-hover pull-right">{{d-icon "copy"}} {{i18n "ip_lookup.copied"}}</a>
{{else}}
<a class="btn pull-right" {{action "copy"}}>{{d-icon "copy"}}</a>
<a class="btn pull-right no-text" {{action "copy"}}>{{d-icon "copy"}}</a>
{{/if}}
<h4>{{i18n 'ip_lookup.title'}}</h4>
<p class='powered-by'>{{{i18n 'ip_lookup.powered_by'}}}</p>