diff --git a/web/src/lib/components/repo/CommitLogView.svelte b/web/src/lib/components/repo/CommitLogView.svelte index bfba1bf6..e60b0f88 100644 --- a/web/src/lib/components/repo/CommitLogView.svelte +++ b/web/src/lib/components/repo/CommitLogView.svelte @@ -61,9 +61,9 @@ {commit.shortHash} @@ -72,7 +72,7 @@ {#snippet treeLink(commit: CommitSummary)} @@ -83,7 +83,7 @@ {#snippet copyButton(commit: CommitSummary)} void copyFeedback.copy(commit.hash)} @@ -98,20 +98,13 @@ {#snippet pipelineCell(commit: CommitSummary)} {#if pipelineStatuses} - {#await pipelineStatuses then statuses} - {#if statuses[commit.hash]} - - - {/if} - {/await} + + {#await pipelineStatuses then statuses} + {#if statuses[commit.hash]} + + {/if} + {/await} + {/if} {/snippet} @@ -126,7 +119,7 @@ {#if commit.body} (expanded[commit.hash] = !expanded[commit.hash])} @@ -145,14 +138,17 @@ {/if} {/snippet} - + Commits {#if commits.length === 0} No commits at {ref}. {:else} - + @@ -164,14 +160,14 @@ Commit Message - - - Pipeline + + Pipeline {#each commits as commit (commit.hash)} - + {@render authorCell(commit)} @@ -194,7 +190,7 @@ {@render treeLink(commit)} - + {@render messageCell(commit)} @@ -230,7 +226,7 @@ {@render authorCell(commit)} {#if commit.when} · - + {/if} {@render pipelineCell(commit)}
No commits at {ref}.