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