mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Open HTML commit page for changelog entries
This commit is contained in:
parent
00d53e4824
commit
8578203073
@ -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.url}>{commit.commit.message}</a></li>
|
<li key={commit.commit.url} className="mx_ChangelogDialog_li"><a href={commit.commit.html_url}>{commit.commit.message}</a></li>
|
||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user