mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Open commits in new window/tab from changelog
This commit is contained in:
parent
8578203073
commit
d5865421bd
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export default class ChangelogDialog extends React.Component {
|
||||||
<h2>{repo}</h2>
|
<h2>{repo}</h2>
|
||||||
<ul>
|
<ul>
|
||||||
{this.state[repo].map(commit =>
|
{this.state[repo].map(commit =>
|
||||||
<li key={commit.commit.url} className="mx_ChangelogDialog_li"><a href={commit.commit.html_url}>{commit.commit.message}</a></li>
|
<li key={commit.commit.url} className="mx_ChangelogDialog_li"><a href={commit.commit.html_url} target="_blank" ref="noopener">{commit.commit.message}</a></li>
|
||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue