Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
cebc89c6726a
Commit
8934d9b9
authored
Mar 20, 2019
by
Dennis Tang
Browse files
Fix misalignment of group overview page buttons
parent
bea28c5613f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/views/groups/_home_panel.html.haml
View file @
cebc89c6
...
...
@@ -47,7 +47,7 @@
%strong
=
new_subgroup_label
%span
=
s_
(
"GroupsTree|Create a subgroup in this group."
)
-
else
=
link_to
new_project_label
,
new_project_path
(
namespace_id:
@group
.
id
),
class:
"btn btn-success"
=
link_to
new_project_label
,
new_project_path
(
namespace_id:
@group
.
id
),
class:
"btn btn-success
prepend-top-default
"
-
if
@group
.
description
.
present?
.group-home-desc.mt-1
...
...
changelogs/unreleased/57894-buttons-on-group-page-are-misaligned.yml
0 → 100644
View file @
cebc89c6
---
title
:
Fix misalignment of group overview page buttons
merge_request
:
26292
author
:
type
:
fixed
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