X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7614534bdb738821e20d04bbf44c4628313ae24f..4cf3c3b6ed7cc6ab0728b320afde5854489629fb:/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
index 07035477e..7dbadefe9 100644
--- a/app/views/site/_markdown_help.html.erb
+++ b/app/views/site/_markdown_help.html.erb
@@ -1,26 +1,26 @@
-
<%= t "site.markdown_help.title_html" %>
-
- -
-
<%= t "site.markdown_help.headings" %>
- # <%= t "site.markdown_help.heading" %>
- ## <%= t "site.markdown_help.subheading" %>
+<%= t ".title_html" %>
+
+ -
+
<%= t ".headings" %>
+ # <%= t ".heading" %>
+ ## <%= t ".subheading" %>
- -
-
<%= t "site.markdown_help.unordered" %>
- * <%= t "site.markdown_help.first" %>
- * <%= t "site.markdown_help.second" %>
+ -
+
<%= t ".unordered" %>
+ * <%= t ".first" %>
+ * <%= t ".second" %>
- -
-
<%= t "site.markdown_help.ordered" %>
- 1. <%= t "site.markdown_help.first" %>
- 2. <%= t "site.markdown_help.second" %>
+ -
+
<%= t ".ordered" %>
+ 1. <%= t ".first" %>
+ 2. <%= t ".second" %>
- -
-
<%= t "site.markdown_help.link" %>
- [<%= t "site.markdown_help.text" %>](<%= t "site.markdown_help.url" %>)
+ -
+
<%= t ".link" %>
+ [<%= t ".text" %>](<%= t ".url" %>)
- -
-
<%= t "site.markdown_help.image" %>
- ![<%= t "site.markdown_help.alt" %>](<%= t "site.markdown_help.url" %>)
+ -
+
<%= t ".image" %>
+ ![<%= t ".alt" %>](<%= t ".url" %>)