Files
tabby/tabby-settings/src/components/releaseNotesTab.component.pug
T

13 lines
394 B
Plaintext

.container(
infiniteScroll,
[infiniteScrollDistance]='2',
[infiniteScrollThrottle]='50',
infiniteScrollContainer='release-notes-tab',
[fromRoot]='true',
(scrolled)='onScrolled()'
)
div(*ngFor='let release of releases')
h1 {{release.name}}
.text-muted {{release.version}} / {{release.date|tabbyDate}}
section([fastHtmlBind]='release.content')