Skip to content

Commit

Permalink
Fixed log message rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Oct 16, 2023
1 parent 8059433 commit 5b8ef43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{source.data.Source}
{/if}
</strong>
{#if showType || source.data.Source}:&nbsp;{/if}
<a href="app.event/{source.id}" class="inline">{source.data.Message}</a>
{/if}
{#if showType || source.data.Source}:&nbsp;{/if}
<a href="/event/{source.id}" class="inline">{source.data.Message}</a>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
{#if showType || source.data.Source}
:&nbsp;
{/if}
<a href="app.event/{source.id}" class="inline">{source.data.Message}</a>
<a href="/event/{source.id}" class="inline">{source.data.Message}</a>
</div>

0 comments on commit 5b8ef43

Please sign in to comment.