4 lines
331 B
Text
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 > General > Visibility%{strong_end} page.')).html_safe % { strong_start: '<strong>'.html_safe, strong_end: '</strong>'.html_safe }
|