Re-align project title row and repo button containers
This commit is contained in:
parent
5cbd6b111c
commit
6b1a662d3c
1 changed files with 2 additions and 2 deletions
|
@ -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 @@
|
||||||
- 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'
|
||||||
|
|
Loading…
Reference in a new issue