change paperclip to clipboard icon

This commit is contained in:
Zachary Chai
2017-01-24 10:31:05 -05:00
parent 15760ebf0b
commit fff39bd777

View File

@ -32,7 +32,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
data-copy-error="<%= t('copy_error') %>" data-copy-error="<%= t('copy_error') %>"
data-copy-hint="<%= t('url_copy_explanation') %>" data-copy-hint="<%= t('url_copy_explanation') %>"
> >
<i class="fa fa-paperclip" aria-hidden="true"></i> <i class="fa fa-clipboard" aria-hidden="true"></i>
</button> </button>
<% if current_user %> <% if current_user %>