summaryrefslogtreecommitdiff
path: root/app/views/projects/pages
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-15 15:01:42 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:53:58 +0000
commit361047a7911dbf5da3c33aefa5c77a43621e5514 (patch)
tree4050709351b30264f57eed525d6a1d05bacaff25 /app/views/projects/pages
parentfd7756ec3741e503197d451927849a09526423f6 (diff)
downloadgitlab-ce-361047a7911dbf5da3c33aefa5c77a43621e5514.tar.gz
Updated according to comments
Diffstat (limited to 'app/views/projects/pages')
-rw-r--r--app/views/projects/pages/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/pages/show.html.haml b/app/views/projects/pages/show.html.haml
index 9be6f8678cf..f4ca33f418b 100644
--- a/app/views/projects/pages/show.html.haml
+++ b/app/views/projects/pages/show.html.haml
@@ -1,14 +1,14 @@
-- page_title "Pages"
+- page_title 'Pages'
%h3.page_title
Pages
- if Gitlab.config.pages.external_http || Gitlab.config.pages.external_https
- = link_to new_namespace_project_pages_domain_path(@project.namespace, @project), class: "btn btn-new pull-right", title: "New Domain" do
+ = link_to new_namespace_project_pages_domain_path(@project.namespace, @project), class: 'btn btn-new pull-right', title: 'New Domain' do
%i.fa.fa-plus
New Domain
%p.light
- With GitLab Pages you can host for free your static websites on GitLab.
+ With GitLab Pages you can host your static websites on GitLab.
Combined with the power of GitLab CI and the help of GitLab Runner
you can deploy static pages for your individual projects, your user or your group.