]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/_markdown_help.html.erb
Remove the old richtext_area helper
[rails.git] / app / views / site / _markdown_help.html.erb
diff --git a/app/views/site/_markdown_help.html.erb b/app/views/site/_markdown_help.html.erb
deleted file mode 100644 (file)
index 7dbadef..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<h4 class='heading'><%= t ".title_html" %></h4>
-<ul class='list-unstyled'>
-  <li>
-    <h4><%= t ".headings" %></h4>
-    <p># <%= t ".heading" %><br>
-       ## <%= t ".subheading" %></p>
-  </li>
-  <li>
-    <h4><%= t ".unordered" %></h4>
-    <p>* <%= t ".first" %><br>
-       * <%= t ".second" %></p>
-  </li>
-  <li>
-    <h4><%= t ".ordered" %></h4>
-    <p>1. <%= t ".first" %><br>
-       2. <%= t ".second" %></p>
-  </li>
-  <li>
-    <h4><%= t ".link" %></h4>
-    <span>[<%= t ".text" %>](<%= t ".url" %>)</span>
-  </li>
-  <li>
-    <h4><%= t ".image" %></h4>
-    <span>![<%= t ".alt" %>](<%= t ".url" %>)</span>
-  </li>
-</ul>