diff --git a/app/views/content/deleted.html.erb b/app/views/content/deleted.html.erb index 72b1feb9..e019cb3b 100644 --- a/app/views/content/deleted.html.erb +++ b/app/views/content/deleted.html.erb @@ -1,18 +1,26 @@ +

+ <%= link_to data_vault_path, class: 'grey-text tooltipped', style: 'position: relative; top: 4px;', data: { + position: 'bottom', + enterDelay: '500', + tooltip: "Back to your Data Vault" + } do %> + arrow_back + <% end %> + Your notebook's recycle bin +

+ +
-
+
-
Your notebook's recycle bin
-

- Hello there! -

-

Whenever you delete a page from your notebook, it ends up here for a little while. While a page is here, you can recover it at any time to add it back to your notebook. - If not recovered, the page will be automatically and permanently deleted. + If not recovered, the page will be automatically and permanently deleted after a certain + period of time.


@@ -71,7 +79,7 @@

-
+
    <% content_list.each do |content| %> @@ -83,18 +91,18 @@ <%= (content.respond_to?(:label) ? content.label : list_name_lookup_cache[content.id].presence || content.name) %>
    -

    " style="font-size: 80%"> +

    " style="font-size: 80%"> delete deleted <%= time_ago_in_words content.deleted_at %> ago -

    -

    " style="font-size: 80%"> +


    +

    " style="font-size: 80%"> alarm recoverable for the next <%= distance_of_time_in_words(DateTime.current, content.deleted_at + @maximum_recovery_time) %> -

    -

    +


    +

    image <%= pluralize content.image_uploads.count, 'uploaded image' %> -

    +



    diff --git a/app/views/data/index.html.erb b/app/views/data/index.html.erb index 48dd25d9..cb74b878 100644 --- a/app/views/data/index.html.erb +++ b/app/views/data/index.html.erb @@ -20,7 +20,7 @@ insert_chart
    Your usage overview

    - See how you've used Notebook.ai + See how you've used Notebook.ai.