summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/new.html.haml')
-rw-r--r--app/views/projects/issues/new.html.haml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/views/projects/issues/new.html.haml b/app/views/projects/issues/new.html.haml
index 9a081a42b6f..d1601d7fd10 100644
--- a/app/views/projects/issues/new.html.haml
+++ b/app/views/projects/issues/new.html.haml
@@ -1,9 +1,8 @@
-- add_to_breadcrumbs "Issues", project_issues_path(@project)
-- breadcrumb_title "New"
-- page_title "New Issue"
+- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
+- breadcrumb_title _("New")
+- page_title _("New Issue")
-%h3.page-title
- New Issue
+%h3.page-title= _("New Issue")
%hr
= render "form"