debian-mirror-gitlab/app/views/projects/pages/disabled.html.haml
2022-08-27 11:52:29 +05:30

4 lines
331 B
Text

= 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 }