summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/history.html.haml
diff options
context:
space:
mode:
authorJames Ramsay <jramsay@gitlab.com>2017-09-27 13:13:29 -0400
committerJames Ramsay <jramsay@gitlab.com>2017-09-28 13:31:47 -0400
commitcd6f683e63cb32f8804041cc3637a0d498421a18 (patch)
treec959598c5f3a75387c4203dfb4383f6305059a84 /app/views/projects/wikis/history.html.haml
parentae03a52f0927f5f0881e3269faba90028e6d808b (diff)
downloadgitlab-ce-cd6f683e63cb32f8804041cc3637a0d498421a18.tar.gz
Add translatable strings to wiki pagesjramsay-4012-externalize-wiki-strings
Diffstat (limited to 'app/views/projects/wikis/history.html.haml')
-rw-r--r--app/views/projects/wikis/history.html.haml14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/views/projects/wikis/history.html.haml b/app/views/projects/wikis/history.html.haml
index 306feeff259..bc1ab5065e4 100644
--- a/app/views/projects/wikis/history.html.haml
+++ b/app/views/projects/wikis/history.html.haml
@@ -1,4 +1,4 @@
-- page_title "History", @page.title.capitalize, "Wiki"
+- page_title _("History"), @page.title.capitalize, _("Wiki")
.wiki-page-header.has-sidebar-toggle
%button.btn.btn-default.sidebar-toggle.js-sidebar-wiki-toggle{ role: "button", type: "button" }
@@ -9,17 +9,17 @@
= link_to @page.title.capitalize, project_wiki_path(@project, @page)
%span.light
&middot;
- History
+ = _("History")
.table-holder
%table.table
%thead
%tr
- %th Page version
- %th Author
- %th Commit Message
- %th Last updated
- %th Format
+ %th= s_("Wiki|Page version")
+ %th= _("Author")
+ %th= _("Commit Message")
+ %th= _("Last updated")
+ %th= _("Format")
%tbody
- @page.versions.each_with_index do |version, index|
- commit = version