diff options
Diffstat (limited to 'app/views/page_translations/edit.html.erb')
| -rw-r--r-- | app/views/page_translations/edit.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/page_translations/edit.html.erb b/app/views/page_translations/edit.html.erb index 0172a501..b0cb119a 100644 --- a/app/views/page_translations/edit.html.erb +++ b/app/views/page_translations/edit.html.erb | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | <% content_for :head do %> | ||
| 2 | <script src="<%= mtime_busted_path('/javascripts/marked.18.0.9.umd.js') %>"></script> | ||
| 3 | <% end %> | ||
| 4 | |||
| 1 | <div class="translation_banner"> | 5 | <div class="translation_banner"> |
| 2 | <%= t(".editing_prefix") %> <strong><%= @locale.to_s.upcase %></strong> <%= t(".translation_of") %> <strong><%= title_for_node(@node) %></strong>. | 6 | <%= t(".editing_prefix") %> <strong><%= @locale.to_s.upcase %></strong> <%= t(".translation_of") %> <strong><%= title_for_node(@node) %></strong>. |
| 3 | </div> | 7 | </div> |
