Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8d81e45f
Commit
8d81e45f
authored
Sep 29, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab master
parents
c8a53a38
053178ce
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
15 deletions
+16
-15
app/views/dashboard/_groups_head.html.haml
app/views/dashboard/_groups_head.html.haml
+3
-7
app/views/groups/_home_panel.html.haml
app/views/groups/_home_panel.html.haml
+7
-5
locale/gitlab.pot
locale/gitlab.pot
+6
-3
No files found.
app/views/dashboard/_groups_head.html.haml
View file @
8d81e45f
...
@@ -6,13 +6,9 @@
...
@@ -6,13 +6,9 @@
=
link_to
_
(
"New group"
),
new_group_path
,
class:
"gl-button btn btn-confirm"
,
data:
{
testid:
"new-group-button"
}
=
link_to
_
(
"New group"
),
new_group_path
,
class:
"gl-button btn btn-confirm"
,
data:
{
testid:
"new-group-button"
}
.top-area
.top-area
%ul
.nav-links.mobile-separator.nav.nav-tabs
=
gl_tabs_nav
({
class:
'gl-flex-grow-1 gl-border-0'
})
do
=
nav_link
(
page:
dashboard_groups_path
)
do
=
gl_tab_link_to
_
(
"Your groups"
),
dashboard_groups_path
=
link_to
dashboard_groups_path
,
title:
_
(
"Your groups"
)
do
=
gl_tab_link_to
_
(
"Explore public groups"
),
explore_groups_path
Your groups
=
nav_link
(
page:
explore_groups_path
)
do
=
link_to
explore_groups_path
,
title:
_
(
"Explore public groups"
)
do
Explore public groups
.nav-controls
.nav-controls
=
render
'shared/groups/search_form'
=
render
'shared/groups/search_form'
=
render
'shared/groups/dropdown'
=
render
'shared/groups/dropdown'
app/views/groups/_home_panel.html.haml
View file @
8d81e45f
...
@@ -5,17 +5,19 @@
...
@@ -5,17 +5,19 @@
.group-home-panel
.group-home-panel
.row.mb-3
.row.mb-3
.home-panel-title-row.col-md-12.col-lg-6.d-flex
.home-panel-title-row.col-md-12.col-lg-6.d-flex
.avatar-container.rect-avatar.s64.home-panel-avatar.gl-
mr-3.float-none
.avatar-container.rect-avatar.s64.home-panel-avatar.gl-
flex-shrink-0.float-none
{
class:
'gl-mr-3!'
}
=
group_icon
(
@group
,
class:
'avatar avatar-tile s64'
,
width:
64
,
height:
64
,
itemprop:
'logo'
)
=
group_icon
(
@group
,
class:
'avatar avatar-tile s64'
,
width:
64
,
height:
64
,
itemprop:
'logo'
)
.d-flex.flex-column.flex-wrap.align-items-baseline
.d-flex.flex-column.flex-wrap.align-items-baseline
.d-inline-flex.align-items-baseline
.d-inline-flex.align-items-baseline
%h1
.home-panel-title.gl-mt-3.gl-mb-2
{
itemprop:
'name'
}
%h1
.home-panel-title.gl-mt-3.gl-mb-2
.gl-ml-3
{
itemprop:
'name'
}
=
@group
.
name
=
@group
.
name
%span
.visibility-icon.text-secondary.gl-ml-2.has-tooltip
{
data:
{
container:
'body'
},
title:
visibility_icon_description
(
@group
)
}
%span
.visibility-icon.text-secondary.gl-ml-2.has-tooltip
{
data:
{
container:
'body'
},
title:
visibility_icon_description
(
@group
)
}
=
visibility_level_icon
(
@group
.
visibility_level
,
options:
{
class:
'icon'
})
=
visibility_level_icon
(
@group
.
visibility_level
,
options:
{
class:
'icon'
})
.home-panel-metadata.text-secondary
.home-panel-metadata.text-secondary.gl-font-base.gl-font-weight-normal.gl-line-height-normal
%span
-
if
can?
(
current_user
,
:read_group
,
@group
)
=
_
(
"Group ID: %{group_id}"
)
%
{
group_id:
@group
.
id
}
-
button_class
=
"btn gl-button btn-sm btn-tertiary btn-default-tertiary home-panel-metadata"
-
button_text
=
s_
(
'GroupPage|Group ID: %{group_id}'
)
%
{
group_id:
@group
.
id
}
=
clipboard_button
(
title:
s_
(
'GroupPage|Copy group ID'
),
text:
@group
.
id
,
hide_button_icon:
true
,
button_text:
button_text
,
class:
button_class
,
qa_selector:
'group_id_content'
,
itemprop:
'identifier'
)
-
if
current_user
-
if
current_user
%span
.gl-ml-3
%span
.gl-ml-3
=
render
'shared/members/access_request_links'
,
source:
@group
=
render
'shared/members/access_request_links'
,
source:
@group
...
...
locale/gitlab.pot
View file @
8d81e45f
...
@@ -15922,9 +15922,6 @@ msgstr ""
...
@@ -15922,9 +15922,6 @@ msgstr ""
msgid "Group ID"
msgid "Group ID"
msgstr ""
msgstr ""
msgid "Group ID: %{group_id}"
msgstr ""
msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
msgstr ""
msgstr ""
...
@@ -16099,6 +16096,12 @@ msgstr ""
...
@@ -16099,6 +16096,12 @@ msgstr ""
msgid "GroupImport|Unable to process group import file"
msgid "GroupImport|Unable to process group import file"
msgstr ""
msgstr ""
msgid "GroupPage|Copy group ID"
msgstr ""
msgid "GroupPage|Group ID: %{group_id}"
msgstr ""
msgid "GroupRoadmap|%{dateWord} – No end date"
msgid "GroupRoadmap|%{dateWord} – No end date"
msgstr ""
msgstr ""
...
...
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