All files / app/pages/offline offline.html

100% Statements 15/15
100% Branches 0/0
100% Functions 0/0
100% Lines 10/10

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 181x   2x 2x     1x 2x 1x 2x 1x   1x 2x        
<section class="offline-page">
	<header class="offline-header">
		<h1>{{ 'offline.title' | transloco }}</h1>
		<p>{{ 'offline.subtitle' | transloco }}</p>
	</header>
 
	<article class="offline-card">
		<h2>{{ 'offline.cardTitle' | transloco }}</h2>
		<p class="offline-message">
			{{ 'offline.cardMessage' | transloco }}
		</p>
 
		<div class="actions">
			<a class="action-btn secondary" routerLink="/lists">{{ 'offline.toLists' | transloco }}</a>
		</div>
	</article>
</section>