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

empty.html.haml « wikis « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d30a37aaa3ebcf312bd55aa385c600fd2762027c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- page_title _("Wiki")
- @right_sidebar = false
- add_page_specific_style 'page_bundles/wiki'

- if @error.present?
  = render Pajamas::AlertComponent.new(alert_options: { id: 'error_explanation', class: 'gl-mb-3'},
    dismissible: false,
    variant: :danger) do |c|
    = c.body do
      %ul.gl-pl-4
        = @error

= render 'shared/empty_states/wikis', hide_create: @error.present?