diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2016-06-26 14:59:51 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2016-06-26 15:02:49 +0900 |
commit | ed713c81d73b56fafd4f9228a2e2787584cdf6d7 (patch) | |
tree | 9648aa8a584c89baa67c3868a3c67daf6031a8a0 /app/views/ci | |
parent | 6acdf1fcb56c1564c4ba3649bdc74bd039adf576 (diff) | |
download | gitlab-ce-ed713c81d73b56fafd4f9228a2e2787584cdf6d7.tar.gz |
Clean up some unused templates imported from GitLab CI
Diffstat (limited to 'app/views/ci')
-rw-r--r-- | app/views/ci/errors/show.haml | 2 | ||||
-rw-r--r-- | app/views/ci/shared/_guide.html.haml | 13 | ||||
-rw-r--r-- | app/views/ci/shared/_no_runners.html.haml | 7 |
3 files changed, 0 insertions, 22 deletions
diff --git a/app/views/ci/errors/show.haml b/app/views/ci/errors/show.haml deleted file mode 100644 index 2788112c835..00000000000 --- a/app/views/ci/errors/show.haml +++ /dev/null @@ -1,2 +0,0 @@ -%h3.error Error -= @error diff --git a/app/views/ci/shared/_guide.html.haml b/app/views/ci/shared/_guide.html.haml deleted file mode 100644 index 09e7e653521..00000000000 --- a/app/views/ci/shared/_guide.html.haml +++ /dev/null @@ -1,13 +0,0 @@ -.bs-callout.help-callout - %h4 How to setup CI for this project - - %ol - %li - Add at least one runner to the project. - Go to #{link_to 'Runners page', runners_path(@project), target: :blank} for instructions. - %li - Put the .gitlab-ci.yml in the root of your repository. Examples can be found in - #{link_to "Configuring project (.gitlab-ci.yml)", "http://doc.gitlab.com/ci/yaml/README.html", target: :blank}. - You can also test your .gitlab-ci.yml in the #{link_to "Lint", ci_lint_path} - %li - Return to this page and refresh it, it should show a new build. diff --git a/app/views/ci/shared/_no_runners.html.haml b/app/views/ci/shared/_no_runners.html.haml deleted file mode 100644 index f56c37d9b37..00000000000 --- a/app/views/ci/shared/_no_runners.html.haml +++ /dev/null @@ -1,7 +0,0 @@ -.alert.alert-danger - %p - Now you need Runners to process your builds. - %span - Checkout the #{link_to 'GitLab Runner section', 'https://about.gitlab.com/gitlab-ci/#gitlab-runner', target: '_blank'} to install it - - |