@@ -23,6 +23,12 @@
{{ datetime(project.created) }}
</div>
+
+ <div v-if="sortedProjects.length === 0"
+ class="project">
+ <h2>There are no projects available.</h2>
+ <div class="description">Please use the button at the bottom of the page to create a new one.</div>
+ </div>
<div class="footer">