Skip to content

Commit

Permalink
Removed from files
Browse files Browse the repository at this point in the history
  • Loading branch information
bp-cos committed Feb 5, 2024
1 parent 4711d13 commit c53df8b
Showing 1 changed file with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@
</div>
{{/if}}
<div local-class='button-container'>
<CopyButton
data-test-share-icon
@clipboardText={{this.buildCopyLink}}
local-class='spacer'
aria-label={{t 'cedar.editor.share'}}
>
<FaIcon @icon='share-alt' />
<EmberTooltip
@side='right'
{{#unless @displayFileMetadata}}
<CopyButton
data-test-share-icon
@clipboardText={{this.buildCopyLink}}
local-class='spacer'
aria-label={{t 'cedar.editor.share'}}
>
{{t 'cedar.editor.share'}}
</EmberTooltip>
</CopyButton>
<FaIcon @icon='share-alt' />
<EmberTooltip
@side='right'
>
{{t 'cedar.editor.share'}}
</EmberTooltip>
</CopyButton>
{{/unless}}
<OsfLink
data-test-download-icon
local-class='spacer'
Expand Down

0 comments on commit c53df8b

Please sign in to comment.