tangled
alpha
login
or
join now
regnault.dev
/
core
forked from
tangled.org/core
Monorepo for Tangled
0
fork
atom
overview
issues
pulls
pipelines
appview: repo/log: fix alignment of ellipses and tag pills
oppi.li
8 months ago
024d229c
90388746
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
pages
templates
repo
log.html
+1
-1
appview/pages/templates/repo/log.html
···
80
<div>
81
<div class="flex items-center justify-between">
82
<div class="flex-1">
83
-
<div class="flex items-center">
84
<a href="/{{ $.RepoInfo.FullName }}/commit/{{ $commit.Hash.String }}"
85
class="inline no-underline hover:underline dark:text-white">
86
{{ index $messageParts 0 }}
···
80
<div>
81
<div class="flex items-center justify-between">
82
<div class="flex-1">
83
+
<div class="inline">
84
<a href="/{{ $.RepoInfo.FullName }}/commit/{{ $commit.Hash.String }}"
85
class="inline no-underline hover:underline dark:text-white">
86
{{ index $messageParts 0 }}