mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Add link to Github for each commit in an ebooks short commit history
This commit is contained in:
parent
08f707e342
commit
25c40e3e67
3 changed files with 7 additions and 5 deletions
|
@ -136,7 +136,7 @@ catch(\Exception $ex){
|
|||
<? foreach($ebook->GitCommits as $commit){ ?>
|
||||
<li>
|
||||
<time datetime="<?= $commit->Timestamp->format(DateTime::RFC3339) ?>"><?= $commit->Timestamp->format('M j, Y') ?></time>
|
||||
<p><?= Formatter::ToPlainText($commit->Message) ?></p>
|
||||
<p><a href="<?= Formatter::ToPlainText($ebook->GitHubUrl) ?>/commit/<?= Formatter::ToPlainText($commit->Hash) ?>"><?= Formatter::ToPlainText($commit->Message) ?></a></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
</ol>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue