Merge "Rewrite #nXXX to #LXXX in incoming gitea urls"

This commit is contained in:
Zuul 2019-02-12 14:12:00 +00:00 committed by Gerrit Code Review
commit e6a478ee05
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<div class="header-wrapper">
<script>
window.location.hash.replace(/#n(\d*)/, '#L$1');
</script>
{{with .Repository}}
<div class="ui container">
<div class="ui stackable grid header-grid">