From 9826776e669424ba046a8a6bebc677cdf18fb532 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 31 Oct 2019 02:47:11 -0500 Subject: [PATCH] Remove unused dtext/help template. --- app/views/dtext/_help.html.erb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 app/views/dtext/_help.html.erb diff --git a/app/views/dtext/_help.html.erb b/app/views/dtext/_help.html.erb deleted file mode 100644 index e3a886aa0..000000000 --- a/app/views/dtext/_help.html.erb +++ /dev/null @@ -1,30 +0,0 @@ -
-

DText Reference

-
-A paragraph.
-
-Followed by another.
-
-h1. A header
-
-* List item 1
-* List item 2
-* List item 3
-
-Linebreaks are important between lists,
-headers, and paragraphs.
-
-URLs are automatically linked: http://www.google.com
-
-Explicitly set a URL: [url]http://www.google.com[/url]
-
-Or alias a URL: [url=http://www.google.com]Google[/url]
-
-A [[wiki link]] (underscores are not needed).
-
-A {{post link}}. Alternatively, post #1234.
-Also works with forum posts, comments and pools.
-
-<%= link_to "Read more", wiki_pages_path(:title => "help:dtext") %>.
-  
-