diff options
Diffstat (limited to 'templates/repo_log.tmpl')
-rw-r--r-- | templates/repo_log.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/repo_log.tmpl b/templates/repo_log.tmpl index b334439..2262902 100644 --- a/templates/repo_log.tmpl +++ b/templates/repo_log.tmpl @@ -44,6 +44,13 @@ </div> </div> <div class="scroll"> + {{- if .ref_name -}} + <p> + <strong> + Warning: Due to various recent migrations, viewing non-HEAD refs may be broken. + </strong> + </p> + {{- end -}} <table id="commits" class="wide"> <thead> <tr class="title-row"> |