+3
-3
appview/pages/templates/fragments/repoActions.html
+3
-3
appview/pages/templates/fragments/repoActions.html
···-<button class="btn no-underline hover:no-underline flex items-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed" disabled title="Empty repositories cannot be forked">+<button class="btn text-sm no-underline hover:no-underline flex items-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed" disabled title="Empty repositories cannot be forked">-<a class="btn no-underline hover:no-underline flex items-center gap-2" href="/{{ .FullName }}/fork">+<a class="btn text-sm no-underline hover:no-underline flex items-center gap-2" href="/{{ .FullName }}/fork">
+2
-2
appview/pages/templates/repo/issues/issues.html
+2
-2
appview/pages/templates/repo/issues/issues.html
···
+2
-2
appview/pages/templates/repo/pulls/pulls.html
+2
-2
appview/pages/templates/repo/pulls/pulls.html
···class="btn text-sm flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:bg-gray-700 dark:hover:bg-gray-600"