+3
-1
appview/pages/templates/layouts/base.html
+3
-1
appview/pages/templates/layouts/base.html
···
···
+2
-2
appview/pages/templates/layouts/repobase.html
+2
-2
appview/pages/templates/layouts/repobase.html
+1
-1
appview/pages/templates/layouts/topbar.html
+1
-1
appview/pages/templates/layouts/topbar.html
+75
-44
appview/pages/templates/repo/commit.html
+75
-44
appview/pages/templates/repo/commit.html
···
···+<div id="diff-file-header" class="border-b cursor-pointer bg-white border-black flex justify-between">+<a href="/{{ $repo }}/blob/{{ $parent }}/{{ .Name.Old }}" class="no-underline hover:underline">{{ .Name.Old }}</a>+<a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}" class="no-underline hover:underline">{{ .Name.New }}</a>+<a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}" class="no-underline hover:underline">{{ .Name.New }}</a>
+132
-132
appview/pages/templates/repo/index.html
+132
-132
appview/pages/templates/repo/index.html
······<a href="/{{ $.RepoInfo.FullName }}/commit/{{ .Hash.String }}" class="inline no-underline hover:underline">{{ index $messageParts 0 }}</a><button class="text-sm inline rounded-sm bg-gray-300 text-gray-700 px-1 w-fit hover:bg-gray-400"-hx-on:click="this.parentElement.nextElementSibling.classList.toggle('hidden')">…</button>···
······<a href="/{{ $.RepoInfo.FullName }}/commit/{{ .Hash.String }}" class="inline no-underline hover:underline">{{ index $messageParts 0 }}</a><button class="text-sm inline rounded-sm bg-gray-300 text-gray-700 px-1 w-fit hover:bg-gray-400"+hx-on:click="this.parentElement.nextElementSibling.classList.toggle('hidden')">…</button>···