title={apubName}
className={`${this.props.muted ? 'text-muted' : ''}`}
to={link}
- target={this.props.realLink ? '_blank' : ''}
>
{!this.props.hideAvatar && community.icon && showAvatars() && (
<PictrsImage src={community.icon} icon />
this.state.communityRes.community_view.community.actor_id,
this.state.sort
)}
- target="_blank"
title="RSS"
rel="noopener"
>
<div class="card-body">
{post.name !== post.embed_title && [
<h5 class="card-title d-inline">
- <a
- class="text-body"
- target="_blank"
- href={post.url}
- rel="noopener"
- >
+ <a class="text-body" href={post.url} rel="noopener">
{post.embed_title}
</a>
</h5>,
<span class="d-inline-block ml-2 mb-2 small text-muted">
<a
class="text-muted font-italic"
- target="_blank"
href={post.url}
rel="noopener"
>
<small>
<a
href={`/feeds/inbox/${UserService.Instance.auth}.xml`}
- target="_blank"
title="RSS"
rel="noopener"
>
<ul>
{items.map(i => (
<li>
- <a href={`https://${i}`} target="_blank" rel="noopener">
+ <a href={`https://${i}`} rel="noopener">
{i}
</a>
</li>
{this.state.listingType == ListingType.All && (
<a
href={`/feeds/all.xml?sort=${this.state.sort}`}
- target="_blank"
rel="noopener"
title="RSS"
>
{this.state.listingType == ListingType.Local && (
<a
href={`/feeds/local.xml?sort=${this.state.sort}`}
- target="_blank"
rel="noopener"
title="RSS"
>
this.state.listingType == ListingType.Subscribed && (
<a
href={`/feeds/front/${UserService.Instance.auth}.xml?sort=${this.state.sort}`}
- target="_blank"
title="RSS"
rel="noopener"
>
</button>
<a
href={markdownHelpUrl}
- target="_blank"
class="btn btn-sm text-muted font-weight-bold"
title={i18n.t('formatting_help')}
rel="noopener"
href={`${archiveUrl}/?run=1&url=${encodeURIComponent(
this.state.postForm.url
)}`}
- target="_blank"
class="mr-2 d-inline-block float-right text-muted small font-weight-bold"
rel="noopener"
>
<a
class="float-right text-body d-inline-block position-relative mb-2"
href={post.url}
- target="_blank"
rel="noopener"
title={post.url}
>
<a
className="text-body"
href={post.url}
- target="_blank"
title={post.url}
rel="noopener"
>
<a
className="text-muted font-italic"
href={post_view.post.url}
- target="_blank"
title={post_view.post.url}
rel="noopener"
>
<a
className={!post.stickied ? 'text-body' : 'text-primary'}
href={post.url}
- target="_blank"
title={post.url}
rel="noopener"
>
#
<a
class="alert-link"
- target="_blank"
rel="noopener"
href="https://element.io/get-started"
>
<a
className="text-muted"
href={sortingHelpUrl}
- target="_blank"
rel="noopener"
title={i18n.t('sorting_help')}
>
title={apubName}
className={this.props.muted ? 'text-muted' : 'text-info'}
to={link}
- target={this.props.realLink ? '_blank' : ''}
>
{!this.props.hideAvatar && user.avatar && showAvatars() && (
<PictrsImage src={user.avatar} icon />
/>
<a
href={`/feeds/u/${this.state.userName}.xml?sort=${this.state.sort}`}
- target="_blank"
rel="noopener"
title="RSS"
>
className={`d-flex align-self-start btn btn-secondary mr-2 ${
!uv.user.matrix_user_id && 'invisible'
}`}
- target="_blank"
rel="noopener"
href={`https://matrix.to/#/${uv.user.matrix_user_id}`}
>
</div>
<div class="form-group row">
<label class="col-lg-5 col-form-label" htmlFor="matrix-user-id">
- <a href={elementUrl} target="_blank" rel="noopener">
+ <a href={elementUrl} rel="noopener">
{i18n.t('matrix_user_id')}
</a>
</label>