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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-11-02 03:48:45 +0300
committerRegis <boudinot.regis@yahoo.com>2016-11-02 03:48:45 +0300
commit5ba83d961a7cf8bebea9f9e9814354be769041e9 (patch)
treebcaecd7e6d9396b04cbd39cad111806e1e2846e8 /app/views/projects/pipelines/index.html.haml
parent9fab5805baf993f0ae466d42ac98a9c1b6b6b213 (diff)
extracted Commit Column to vue component
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index a7d837227d5..bd649a4fa2e 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -44,4 +44,4 @@
- else
.vue-pipelines-index
-= page_specific_javascript_tag('vue_pipelines_index/index.js') \ No newline at end of file
+= page_specific_javascript_tag('vue_pipelines_index/index.js')