Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Adjust action wording to show only latest action in patch list
Rūdolfs Ošiņš committed 3 years ago
commit 34f40fba02e82cac6fca04f8caba4a05ea2b46c9
parent d5e194bf1199a23bfaa49d152a18b22742bbea84
1 file changed +3 -3
modified src/views/projects/Patch/PatchTeaser.svelte
@@ -147,9 +147,9 @@
    </div>
    <div class="summary">
      <span class="meta id">
-
        {formatObjectId(patch.id)} opened {formatTimestamp(
-
          latestRevision.timestamp,
-
        )} by
+
        {formatObjectId(patch.id)}
+
        {patch.revisions.length > 1 ? "updated" : "opened"}
+
        {formatTimestamp(latestRevision.timestamp)} by
        <Authorship authorId={patch.author.id} />
      </span>
    </div>