X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52611a5bfa69165179bd871b925b5f8b14942e2e..055a9760511f270e17ab200b6caa0a6301866328:/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..aeb3a1be5 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 ".title_html" %>
- -
-
<%= t "site.markdown_help.headings" %>
- # <%= t "site.markdown_help.heading" %>
- ## <%= t "site.markdown_help.subheading" %>
+ -
+
<%= 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" %>)