BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
58ed47d2
Commit
58ed47d2
authored
7 years ago
by
Filipa Lacerda
Committed by
Kamil Trzcinski
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
cc46f263
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
_dropdown.html.haml
app/views/projects/clusters/_dropdown.html.haml
+3
-3
No files found.
app/views/projects/clusters/_dropdown.html.haml
View file @
58ed47d2
%h4
.prepend-top-0
=
s_
(
'ClusterIntegration|Choose how to set up cluster integration'
)
.dropdown
%button
.dropdown-menu-toggle.dropdown-menu-full-width
{
type:
'button'
,
data:
{
toggle:
'dropdown'
},
"aria-haspopup"
:
true
,
"aria-expanded"
:
false
}
%button
.dropdown-menu-toggle.dropdown-menu-full-width
{
type:
'button'
,
data:
{
toggle:
'dropdown'
},
'aria-haspopup'
:
true
,
'aria-expanded'
:
false
}
%span
.dropdown-toggle-text
=
dropdown_text
=
icon
(
'chevron-down'
)
%ul
.dropdown-menu.clusters-dropdown-menu.dropdown-menu-full-width
%li
=
link_to
(
s_
(
'ClusterIntegration|
Create cluster on Google Engine'
),
providers_gcp_new_namespace_project_clusters_path
(
@project
.
namespace
,
@project
))
=
link_to
(
s_
(
'ClusterIntegration|Create cluster on Google Engine'
),
providers_gcp_new_namespace_project_clusters_path
(
@project
.
namespace
,
@project
))
%li
=
=
link_to
(
s_
(
'ClusterIntegration|
Add existing cluster'
),
platforms_kubernetes_new_namespace_project_clusters_path
(
@project
.
namespace
,
@project
))
=
link_to
(
s_
(
'ClusterIntegration|
Add existing cluster'
),
platforms_kubernetes_new_namespace_project_clusters_path
(
@project
.
namespace
,
@project
))
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment