forked from kevadesu/forgejo
UI compatibility
This commit is contained in:
parent
b6f8b486c7
commit
75cbb32b1e
10 changed files with 25 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/head_old" .}}
|
||||
{{template "base/navbar" .}}
|
||||
{{template "repo/nav" .}}
|
||||
{{template "repo/toolbar" .}}
|
||||
|
@ -123,4 +123,4 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
{{template "base/footer_old" .}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/head_old" .}}
|
||||
{{template "base/navbar" .}}
|
||||
{{template "repo/nav" .}}
|
||||
{{template "repo/toolbar" .}}
|
||||
|
@ -117,4 +117,4 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
{{template "base/footer" .}}
|
||||
{{template "base/footer_old" .}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/head_old" .}}
|
||||
{{template "base/navbar" .}}
|
||||
{{template "repo/nav" .}}
|
||||
{{template "repo/toolbar" .}}
|
||||
|
@ -40,4 +40,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
{{template "base/footer_old" .}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/head_old" .}}
|
||||
{{template "base/navbar" .}}
|
||||
{{template "repo/nav" .}}
|
||||
{{template "repo/toolbar" .}}
|
||||
|
@ -58,4 +58,4 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
{{template "base/footer" .}}
|
||||
{{template "base/footer_old" .}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/head_old" .}}
|
||||
{{template "base/navbar" .}}
|
||||
{{template "repo/nav" .}}
|
||||
{{template "repo/toolbar" .}}
|
||||
|
@ -59,4 +59,4 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
{{template "base/footer" .}}
|
||||
{{template "base/footer_old" .}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/head_old" .}}
|
||||
{{template "base/navbar" .}}
|
||||
{{template "repo/nav" .}}
|
||||
{{template "repo/toolbar" .}}
|
||||
|
@ -279,4 +279,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
{{template "base/footer_old" .}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue