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
6b1a662d
Commit
6b1a662d
authored
Dec 14, 2018
by
Andreas Kämmerle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-align project title row and repo button containers
parent
5cbd6b11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+2
-2
No files found.
app/views/projects/_home_panel.html.haml
View file @
6b1a662d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
-
show_auto_devops_callout
=
show_auto_devops_callout?
(
@project
)
-
show_auto_devops_callout
=
show_auto_devops_callout?
(
@project
)
.project-home-panel
{
class:
(
"empty-project"
if
empty_repo
)
}
.project-home-panel
{
class:
(
"empty-project"
if
empty_repo
)
}
.project-header.row.append-bottom-8
.project-header.row.append-bottom-8
.project-title-row.col-md-12.col-lg-
7
.d-flex
.project-title-row.col-md-12.col-lg-
6
.d-flex
.avatar-container.project-avatar.float-none
.avatar-container.project-avatar.float-none
=
project_icon
(
@project
,
alt:
@project
.
name
,
class:
'avatar avatar-tile s64'
,
width:
64
,
height:
64
)
=
project_icon
(
@project
,
alt:
@project
.
name
,
class:
'avatar avatar-tile s64'
,
width:
64
,
height:
64
)
.d-flex.flex-column.flex-wrap.align-items-baseline
.d-flex.flex-column.flex-wrap.align-items-baseline
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
-
if
@project
.
has_extra_tags?
-
if
@project
.
has_extra_tags?
=
_
(
"+ %{count} more"
)
%
{
count:
@project
.
count_of_extra_tags_not_shown
}
=
_
(
"+ %{count} more"
)
%
{
count:
@project
.
count_of_extra_tags_not_shown
}
.project-repo-buttons.col-md-12.col-lg-
5
.d-inline-flex.flex-wrap.justify-content-lg-end
.project-repo-buttons.col-md-12.col-lg-
6
.d-inline-flex.flex-wrap.justify-content-lg-end
-
if
current_user
-
if
current_user
.d-inline-flex
.d-inline-flex
=
render
'projects/buttons/notifications'
,
notification_setting:
@notification_setting
,
btn_class:
'btn-xs'
=
render
'projects/buttons/notifications'
,
notification_setting:
@notification_setting
,
btn_class:
'btn-xs'
...
...
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