+13
appview/pages/pages.go
+13
appview/pages/pages.go
···
+12
-6
appview/pages/templates/repo/index.html
+12
-6
appview/pages/templates/repo/index.html
···+<a href="/{{ $.RepoInfo.FullName }}/commit/{{ .Hash.String }}" class="inline no-underline hover:underline hover:text-sky-400">{{ 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>+<p class="hidden mt-1 text-sm cursor-text pb-2">{{ nl2br (unwrapText (index $messageParts 1)) }}</p>