mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
use subtitle for module version
This commit is contained in:
@@ -100,7 +100,8 @@
|
||||
</script>
|
||||
<script id="template-grade" type="text/x-handlebars-template">
|
||||
<div class="column">
|
||||
<h1 class="title">Report for {{#if link}}<a href="{{ link }}">{{/if}}<strong>{{repo}} {{#if version}}({{version}}){{/if}}</strong>{{#if link}}</a>{{/if}}</h1>
|
||||
<h1 class="title">Report for {{#if link}}<a href="{{ link }}">{{/if}}<strong>{{repo}}</strong>{{#if link}}</a>{{/if}}</h1>
|
||||
<h2 class="subtitle">{{#if version}} ({{version}}) {{/if}}</h2>
|
||||
<p>
|
||||
{{#if did_error}}
|
||||
<span>An error occurred while generating the report.</span>    Found <strong>{{issues}}</strong> issues across <strong>{{files}}</strong> files</p>
|
||||
|
||||
Reference in New Issue
Block a user