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:
authorJennie Louie <jlouie@gitlab.com>2019-09-10 08:59:58 +0300
committerJennie Louie <jlouie@gitlab.com>2019-09-10 20:12:53 +0300
commit5e79e74fa58caeeee7539b3ffee5e3ce23142d9f (patch)
tree488cab7f2352ba2dc842fb5b915f71abc61b173d /app/views/profiles
parent2b06f6157bb0d36ca2714c9ddbb08e636fd4a390 (diff)
Update qa resources and pages for Geo wiki spec
Add qa selectors to wiki show and ssh keys page Add method to wiki push resource to find ssh_uri
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/keys/_key_table.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/_key_table.html.haml b/app/views/profiles/keys/_key_table.html.haml
index 4a6d8a1870d..8b862522645 100644
--- a/app/views/profiles/keys/_key_table.html.haml
+++ b/app/views/profiles/keys/_key_table.html.haml
@@ -1,7 +1,7 @@
- is_admin = local_assigns.fetch(:admin, false)
- if @keys.any?
- %ul.content-list
+ %ul.content-list{ data: { qa_selector: 'ssh_keys_list' } }
= render partial: 'profiles/keys/key', collection: @keys, locals: { is_admin: is_admin }
- else
%p.settings-message.text-center