|
1 |
| -<i class="icon-x modal__close" {{= click(this.close, this) }}></i> |
2 |
| -<h2 class="modal__title">{{= _('Share link', 'share') }}</h2> |
| 1 | +<div class="modal__maps"> |
| 2 | + <i class="icon-x modal__close" {{= click(this.close, this) }}></i> |
| 3 | + <h2 class="modal__title">{{= _('Share link', 'share') }}</h2> |
3 | 4 |
|
4 |
| -<div class="share_copy__input__container" {{= click(this.copy, this) }}> |
5 |
| - <input id="share_url_data" value="{{= this.shareUrl }}" type="text"></input> |
6 |
| - <div class="share_copy__container" id="share-copy-container"> |
7 |
| - <button class="share_copy__link"> |
8 |
| - <i class="icon-copy"></i> |
9 |
| - </button> |
10 |
| - <span class="share_copy__status"> |
11 |
| - <i class="icon-check share_copy__status__icon"></i> |
12 |
| - {{= _('Copied !', 'share') }} |
13 |
| - </span> |
| 5 | + <div class="share_copy__input__container" {{= click(this.copy, this) }}> |
| 6 | + <input id="share_url_data" value="{{= this.shareUrl }}" type="text"></input> |
| 7 | + <div class="share_copy__container" id="share-copy-container"> |
| 8 | + <button class="share_copy__link"> |
| 9 | + <i class="icon-copy"></i> |
| 10 | + </button> |
| 11 | + <span class="share_copy__status"> |
| 12 | + <i class="icon-check share_copy__status__icon"></i> |
| 13 | + {{= _('Copied !', 'share') }} |
| 14 | + </span> |
| 15 | + </div> |
14 | 16 | </div>
|
15 |
| -</div> |
16 | 17 |
|
17 |
| -<hr class="modal__hr"> |
18 |
| -<i class="share__icons icon-facebook"></i> |
19 |
| -<a rel="noopener noreferrer" target="_blank" {{= this.openPopup() }} href="{{= this.facebookTemplate(this.shareUrl) }}" class="share__link"> |
20 |
| - {{= _('SHARE ON FACEBOOK', 'share') }} |
21 |
| -</a> |
22 |
| -<hr class="modal__hr"> |
23 |
| -<i class="share__icons icon-twitter"></i> |
24 |
| -<a rel="noopener noreferrer" target="_blank" {{= this.openPopup() }} href="{{= this.twitterTemplate(this.shareUrl) }}" class="share__link"> |
25 |
| - {{= _('SHARE ON TWITTER', 'share') }} |
26 |
| -</a> |
| 18 | + <hr class="modal__hr"> |
| 19 | + <i class="share__icons icon-facebook"></i> |
| 20 | + <a rel="noopener noreferrer" target="_blank" {{= this.openPopup() }} href="{{= this.facebookTemplate(this.shareUrl) }}" class="share__link"> |
| 21 | + {{= _('SHARE ON FACEBOOK', 'share') }} |
| 22 | + </a> |
| 23 | + <hr class="modal__hr"> |
| 24 | + <i class="share__icons icon-twitter"></i> |
| 25 | + <a rel="noopener noreferrer" target="_blank" {{= this.openPopup() }} href="{{= this.twitterTemplate(this.shareUrl) }}" class="share__link"> |
| 26 | + {{= _('SHARE ON TWITTER', 'share') }} |
| 27 | + </a> |
| 28 | +</div> |
0 commit comments