diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-09 11:55:19 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-09 12:15:27 +0300 |
commit | bd33f18ad47a2d56480179738bab7558e23299e6 (patch) | |
tree | 27f75bc636b84e731582bc9208fa5fec2b877f91 | |
parent | 3b8d229dcfdceef517930b3e6de29959a21451a0 (diff) | |
download | gitlab-ce-bd33f18ad47a2d56480179738bab7558e23299e6.tar.gz |
Update wiki empty state
- Align heading text to the left according to #40468
-rw-r--r-- | app/views/shared/empty_states/_wikis.html.haml | 2 | ||||
-rw-r--r-- | changelogs/unreleased/gt-update-wiki-empty-state.yml | 5 |
2 files changed, 6 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.") diff --git a/changelogs/unreleased/gt-update-wiki-empty-state.yml b/changelogs/unreleased/gt-update-wiki-empty-state.yml new file mode 100644 index 00000000000..76f923ae814 --- /dev/null +++ b/changelogs/unreleased/gt-update-wiki-empty-state.yml @@ -0,0 +1,5 @@ +--- +title: Update wiki empty state +merge_requrst: 22218 +author: George Tsiolis +type: other |