diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 00:56:06 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 00:56:06 +0200 |
| commit | a7cf03c192470cbab13edeb1aec99e0c66dede10 (patch) | |
| tree | 581b4430d1de958dcb666bae80a7678332134602 /src/components/actions/topic.svelte | |
| parent | 010f307346e525ac2e4239a0549d2c1a4d6d102b (diff) | |
Update / use typescript
Diffstat (limited to 'src/components/actions/topic.svelte')
| -rw-r--r-- | src/components/actions/topic.svelte | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/components/actions/topic.svelte b/src/components/actions/topic.svelte deleted file mode 100644 index e2f59c9..0000000 --- a/src/components/actions/topic.svelte +++ /dev/null @@ -1,24 +0,0 @@ -<script> - export let actions; - - import { _ } from 'svelte-i18n'; -</script> - -<li> - <a href="/reply/{actions.id}" title={$_('header.action.reply.title')}> - {@html $_('header.action.reply.display')} - </a> -</li> - -<style> - li { - display: inline; - margin: 5px; - } - - a { - text-decoration: none; - line-height: 3em; - display: inline-block; - } -</style> |