edited at x days ago -> edited x days ago
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
<p>loading</p>
|
||||
{:else}
|
||||
<h2>{flow.summary}</h2>
|
||||
<p>Edited at {displayDaysAgo(flow.edited_at ?? '')} by {flow.edited_by}</p>
|
||||
<p>Edited {displayDaysAgo(flow.edited_at ?? '')} by {flow.edited_by}</p>
|
||||
|
||||
<div class="prose">
|
||||
<SvelteMarkdown source={defaultIfEmptyString(flow.description, 'No description')} />
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
<p>loading</p>
|
||||
{:else}
|
||||
<h2>{script.summary}</h2>
|
||||
<p>Edited at {displayDaysAgo(script.created_at ?? '')} by {script.created_by}</p>
|
||||
<p>Edited {displayDaysAgo(script.created_at ?? '')} by {script.created_by}</p>
|
||||
|
||||
<div class="prose">
|
||||
<SvelteMarkdown source={defaultIfEmptyString(script.description, 'No description')} />
|
||||
|
||||
Reference in New Issue
Block a user