Merge "Rewrite #nXXX to #LXXX in incoming gitea urls"
This commit is contained in:
commit
e6a478ee05
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user