summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-08-29 18:10:19 -0500
committerClement Ho <ClemMakesApps@gmail.com>2017-08-29 18:10:19 -0500
commitf5efae81b40a8b2d918f40427904f92f0196619e (patch)
tree7906de08e0a8755a04ae30e7a1c5ebd8d47dfd64
parent5aa0f09f2774f3da84616752109e8c98d25dc399 (diff)
downloadgitlab-ce-f5efae81b40a8b2d918f40427904f92f0196619e.tar.gz
Use internationalization
-rw-r--r--app/views/layouts/nav/_new_project_sidebar.html.haml16
1 files changed, 7 insertions, 9 deletions
diff --git a/app/views/layouts/nav/_new_project_sidebar.html.haml b/app/views/layouts/nav/_new_project_sidebar.html.haml
index e8cb7c78e73..bd006960757 100644
--- a/app/views/layouts/nav/_new_project_sidebar.html.haml
+++ b/app/views/layouts/nav/_new_project_sidebar.html.haml
@@ -103,17 +103,15 @@
.feature-highlight-popover-content
%img{ :alt => "Issue Boards", :src => image_path('feature_highlight/graphic-boards.png') }
.feature-highlight-popover-sub-content
- Use
+ %span= _('Use')
= link_to 'Issue Boards', project_boards_path(@project)
- to create customized software development workflows like
- %strong
- Scrum
- or
- %strong
- Kanban
+ %span= _('to create customized software development workflows like')
+ %strong= _('Scrum')
+ %span= _('or')
+ %strong= _('Kanban')
%hr
- %button.btn-link.dismiss-feature-highlight{ type: 'button'}
- Got it! Don't show this again
+ %button.btn-link.dismiss-feature-highlight{ type: 'button' }
+ %span= _("Got it! Don't show this again")
= render 'shared/icons/icon_thumbs_up.svg'
= nav_link(controller: :labels) do