22adb4d5fd
The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
16 lines
732 B
Text
16 lines
732 B
Text
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
|
<a target='_blank' class='button--circle facebook' href="<%= render 'components/facebook_link'%>">
|
|
<i class='fa fa-facebook '></i>
|
|
</a>
|
|
|
|
<a target='_blank' class='button--circle twitter' href="<%= render 'components/twitter_link', text: @article.title %>">
|
|
<i class='fa fa-twitter'></i>
|
|
</a>
|
|
|
|
<a target='_blank' class='button--circle grey' href='https://www.linkedin.com/cws/share?url=<%=url_encode(request.original_url)%>'>
|
|
<i class='fa fa-linkedin'></i>
|
|
</a>
|
|
|
|
<a target='_blank' class='button--circle google' href='https://plus.google.com/share?url=<%=url_encode(request.original_url)%>'>
|
|
<i class='fa fa-google-plus'></i>
|
|
</a>
|