summaryrefslogtreecommitdiff
path: root/app/views/shared/empty_states
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-10-09 11:55:19 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-10-09 12:15:27 +0300
commitbd33f18ad47a2d56480179738bab7558e23299e6 (patch)
tree27f75bc636b84e731582bc9208fa5fec2b877f91 /app/views/shared/empty_states
parent3b8d229dcfdceef517930b3e6de29959a21451a0 (diff)
downloadgitlab-ce-bd33f18ad47a2d56480179738bab7558e23299e6.tar.gz
Update wiki empty state
- Align heading text to the left according to #40468
Diffstat (limited to 'app/views/shared/empty_states')
-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.")