Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-10-09 21:03:48 +0300
committerFatih Acet <acetfatih@gmail.com>2018-10-09 21:03:48 +0300
commit835a2a4cbb4bcf56895329418c516aeca1e3f185 (patch)
treea2ed2cce3ee3aa38fb8e5d60725b429225af3bdd /app
parentca440758be33c8bec937a249db9b18b3c9734df9 (diff)
parentbd33f18ad47a2d56480179738bab7558e23299e6 (diff)
Merge branch 'gt-update-wiki-empty-state' into 'master'
Update wiki empty state See merge request gitlab-org/gitlab-ce!22218
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/empty_states/_wikis.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/empty_states/_wikis.html.haml b/app/views/shared/empty_states/_wikis.html.haml
index 5351c9ce6a4..df3308abe0d 100644
--- a/app/views/shared/empty_states/_wikis.html.haml
+++ b/app/views/shared/empty_states/_wikis.html.haml
@@ -5,7 +5,7 @@
- create_link = link_to s_('WikiEmpty|Create your first page'), create_path, class: 'btn btn-success', title: s_('WikiEmpty|Create your first page')
= render layout: layout_path, locals: { image_path: 'illustrations/wiki_login_empty.svg' } do
- %h4
+ %h4.text-left
= s_('WikiEmpty|The wiki lets you write documentation for your project')
%p.text-left
= s_("WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on.")