+2
-2
appview/pages/templates/repo/log.html
+2
-2
appview/pages/templates/repo/log.html
···
102
<div class="text-base cursor-pointer">
103
<div class="flex items-center justify-between">
104
<div class="flex-1">
105
-
<div class="inline-flex items-end">
106
<a href="/{{ $.RepoInfo.FullName }}/commit/{{ $commit.Hash.String }}"
107
class="inline no-underline hover:underline dark:text-white">
108
{{ index $messageParts 0 }}
109
</a>
110
{{ if gt (len $messageParts) 1 }}
111
<button
112
-
class="py-1/2 px-1 bg-gray-200 hover:bg-gray-400 rounded dark:bg-gray-700 dark:hover:bg-gray-600 ml-2"
113
hx-on:click="this.parentElement.nextElementSibling.classList.toggle('hidden')">
114
{{ i "ellipsis" "w-3 h-3" }}
115
</button>
···
102
<div class="text-base cursor-pointer">
103
<div class="flex items-center justify-between">
104
<div class="flex-1">
105
+
<div>
106
<a href="/{{ $.RepoInfo.FullName }}/commit/{{ $commit.Hash.String }}"
107
class="inline no-underline hover:underline dark:text-white">
108
{{ index $messageParts 0 }}
109
</a>
110
{{ if gt (len $messageParts) 1 }}
111
<button
112
+
class="py-1/2 px-1 bg-gray-200 hover:bg-gray-400 rounded dark:bg-gray-700 dark:hover:bg-gray-600"
113
hx-on:click="this.parentElement.nextElementSibling.classList.toggle('hidden')">
114
{{ i "ellipsis" "w-3 h-3" }}
115
</button>