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

disabled.html.haml « pages « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 769ecac636ba0c2583509f01a1209845e7784f23 (plain)
1
2
3
4
= 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 }