debian-mirror-gitlab/app/views/projects/pages/disabled.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
331 B
Text
Raw Normal View History

2022-08-27 11:52:29 +05:30
= render 'header'
.bs-callout.bs-callout-warning
= html_escape_once(s_('GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project\'s %{strong_start}Settings &gt; General &gt; Visibility%{strong_end} page.')).html_safe % { strong_start: '<strong>'.html_safe, strong_end: '</strong>'.html_safe }