Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e0491274
Commit
e0491274
authored
Sep 24, 2019
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change 'Code, test, and deploy together' message
parent
0f601842
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
app/views/dashboard/projects/_zero_authorized_projects.html.haml
...ws/dashboard/projects/_zero_authorized_projects.html.haml
+3
-3
changelogs/unreleased/32457-change-welcome-to-gitlab-message.yml
...ogs/unreleased/32457-change-welcome-to-gitlab-message.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
app/views/dashboard/projects/_zero_authorized_projects.html.haml
View file @
e0491274
...
...
@@ -2,11 +2,11 @@
.section-container.section-welcome
{
class:
"#{ 'section-admin-welcome' if current_user.admin? }"
}
.container.section-body
.row
.blank-state-welcome
.blank-state-welcome
.w-100
%h2
.blank-state-welcome-title
Welcome to GitLab
=
_
(
'Welcome to GitLab'
)
%p
.blank-state-text
Code, test, and deploy together
=
_
(
'Faster releases. Better code. Less pain.'
)
.blank-state-row
%div
{
class:
(
'column-large'
if
has_start_trial?
)
}
-
if
current_user
.
admin?
...
...
changelogs/unreleased/32457-change-welcome-to-gitlab-message.yml
0 → 100644
View file @
e0491274
---
title
:
Change welcome message and make translatable
merge_request
:
17391
author
:
type
:
other
locale/gitlab.pot
View file @
e0491274
...
...
@@ -6466,6 +6466,9 @@ msgstr ""
msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
msgid "Favicon was successfully removed."
msgstr ""
...
...
@@ -17589,6 +17592,9 @@ msgstr ""
msgid "Weight %{weight}"
msgstr ""
msgid "Welcome to GitLab"
msgstr ""
msgid "Welcome to the Guided GitLab Tour"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment