diff --git a/app/views/documents/index.html.erb b/app/views/documents/index.html.erb index 488c50e8..70f63796 100644 --- a/app/views/documents/index.html.erb +++ b/app/views/documents/index.html.erb @@ -1,60 +1,79 @@ -
- <%= pluralize (document.body || "").split(/\s+/).count, 'word' %>
-
- updated <%= time_ago_in_words document.updated_at %> ago
-
- <%= sanitize truncate(document.body, escape: false, length: 420) %> -
-
+ <%= pluralize (document.body || "").split(/\s+/).count, 'word' %>
+
+ updated <%= time_ago_in_words document.updated_at %> ago
+
+ <%= sanitize truncate(document.body, escape: false, length: 420) %> +
++ You can create an unlimited number of documents with no limits on length. Enjoy! +
+ + <%= link_to "Create your first document", edit_document_path(:new), class: "btn #{Document.color}" %> + +