hodea / hodea-review-minder

Scripts to assist code reviews
MIT License
1 stars 1 forks source link

Html report: logo #3

Closed franzhollerer closed 6 years ago

franzhollerer commented 6 years ago

Please add the review minder logo to the HTML report, and redirect the user to https://github.com/hodea/hodea-review-minder if the clicks on it.

franzhollerer commented 6 years ago

partly implemented.

<td><a href="https://github.com/hodea/hodea-review-minder"><img src=".\..\logo\hodea_review_minder_logo.png" alt="Miner_logo" width="64" height="64"></td>
<td>
<td>Last Update:</td>
<td>test</td></td>

This only works if the hodea-review-minder source files, especially the logo subdirectory is in the same root directory as the source code which is parsed / reviewed.

franzhollerer commented 6 years ago

Changed the code to point to the logo in the hodea-review-minder repository on the github server:

<td><a href="https://github.com/hodea/hodea-review-minder"><img src="https://raw.github.com/hodea/hodea-review-minder/master/logo/hodea_review_minder_logo.png" alt="Miner_logo" width="128" height="128"></td>