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
path: root/app/views
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-10-05 17:58:05 +0300
committerShinya Maeda <shinya@gitlab.com>2017-10-05 17:58:05 +0300
commit44baf2b0f4fdfe7402014484ad71a7d497d28088 (patch)
treead28996b49f8ba0508a9f8b6fe0d6abbb0a0bc7c /app/views
parentfe135fac68fab5e2a15e7aaa250ae91cd7fa4851 (diff)
spec/features/projects/clusters_spec. Fix static analysys
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/clusters/login.html.haml2
-rw-r--r--app/views/projects/clusters/show.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/clusters/login.html.haml b/app/views/projects/clusters/login.html.haml
index 1492f6163e1..5023abc5aa0 100644
--- a/app/views/projects/clusters/login.html.haml
+++ b/app/views/projects/clusters/login.html.haml
@@ -4,7 +4,7 @@
.col-sm-8
= render 'header'
.row
- .col-sm-8.col-sm-offset-4
+ .col-sm-8.col-sm-offset-4.signin-with-google
- if @authorize_url
= link_to @authorize_url do
= image_tag('auth_buttons/signin_with_google.png')
diff --git a/app/views/projects/clusters/show.html.haml b/app/views/projects/clusters/show.html.haml
index f3124acfa1c..48d9835d588 100644
--- a/app/views/projects/clusters/show.html.haml
+++ b/app/views/projects/clusters/show.html.haml
@@ -54,7 +54,7 @@
%label{ for: 'cluter_name' }
= s_('ClusterIntegration|Cluster name')
.input-group
- %input.form-control{ value: @cluster.gcp_cluster_name, disabled: true}
+ %input.form-control.cluster-name{ value: @cluster.gcp_cluster_name, disabled: true}
%span.input-group-addon.clipboard-addon
= clipboard_button(text: @cluster.gcp_cluster_name, title: s_('ClusterIntegration|Copy cluster name'))