diff options
author | Liang Yi <[email protected]> | 2022-05-31 23:49:04 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-31 23:49:04 +0800 |
commit | 2cecb4c5b5bb38ceaf1f17e8d7d30142c3dbaea0 (patch) | |
tree | 09a83aca741c74d25e1a3671e37b9d1353ecd278 /changelog-master.hbs | |
parent | 6515c42f265c34086c5155505b03fc0576fce039 (diff) | |
download | bazarr-2cecb4c5b5bb38ceaf1f17e8d7d30142c3dbaea0.tar.gz bazarr-2cecb4c5b5bb38ceaf1f17e8d7d30142c3dbaea0.zip |
Replace Bootstrap with Mantine (#1795)
Diffstat (limited to 'changelog-master.hbs')
-rw-r--r-- | changelog-master.hbs | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/changelog-master.hbs b/changelog-master.hbs index 4a39542c0..15469d6cd 100644 --- a/changelog-master.hbs +++ b/changelog-master.hbs @@ -1,12 +1,15 @@ From newest to oldest: {{#each releases}} {{#each merges}} - - {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}} + - + {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}} {{/each}} {{#each fixes}} - - {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}} + - + {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}} {{/each}} {{#each commits}} - - {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}} + - + {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}} {{/each}} -{{/each}} +{{/each}}
\ No newline at end of file |