diff options
Diffstat (limited to 'templates/repo_log.tmpl')
-rw-r--r-- | templates/repo_log.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_log.tmpl b/templates/repo_log.tmpl index 64e6783..ac5f554 100644 --- a/templates/repo_log.tmpl +++ b/templates/repo_log.tmpl @@ -37,6 +37,9 @@ </td> </tr> {{- end -}} + {{- if dereference_error .commits_err -}} + Error while obtaining commit log: {{ .commits_err }} + {{- end -}} </tbody> </table> </div> |