Commit 64aac690 authored by Yogi's avatar Yogi Committed by Jose Ivan Vargas

Move to btn-confirm from btn-primary in wiki empty state

parent 02ee1271
......@@ -14,4 +14,4 @@
- if can_create_wiki
%p
= _("Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message.")
= link_to _("Create your first page"), wiki_path(@project.wiki) + '?view=create', class: "btn gl-button btn-primary"
= link_to _("Create your first page"), wiki_path(@project.wiki) + '?view=create', class: "btn gl-button btn-confirm"
---
title: Move to btn-confirm from btn-primary in wiki empty state
merge_request: 56192
author: Yogi (@yo)
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment