Skip to content

Commit bd33f18

Browse files
committed
Update wiki empty state
- Align heading text to the left according to #40468
1 parent 3b8d229 commit bd33f18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/views/shared/empty_states/_wikis.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- create_link = link_to s_('WikiEmpty|Create your first page'), create_path, class: 'btn btn-success', title: s_('WikiEmpty|Create your first page')
66

77
= render layout: layout_path, locals: { image_path: 'illustrations/wiki_login_empty.svg' } do
8-
%h4
8+
%h4.text-left
99
= s_('WikiEmpty|The wiki lets you write documentation for your project')
1010
%p.text-left
1111
= 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.")
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Update wiki empty state
3+
merge_requrst: 22218
4+
author: George Tsiolis
5+
type: other

0 commit comments

Comments
 (0)