diff --git a/app/views/data/tags.html.erb b/app/views/data/tags.html.erb index 255c5758..133d5039 100644 --- a/app/views/data/tags.html.erb +++ b/app/views/data/tags.html.erb @@ -1,3 +1,7 @@ +<% + showed_any_tags = false +%> +

Your Notebook.ai tags

\ No newline at end of file + + +<% if !showed_any_tags %> +
+ When you create tags for your pages, they'll appear here. Come back later when you've added some! +
+<% end %> \ No newline at end of file