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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
16ca8ec5
Commit
16ca8ec5
authored
Jun 29, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated spacing
CHANGELOG item
parent
eac81b98
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
16 deletions
+23
-16
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+14
-9
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+7
-6
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-1
No files found.
CHANGELOG
View file @
16ca8ec5
...
...
@@ -15,6 +15,7 @@ v 8.10.0 (unreleased)
- Fix check for New Branch button on Issue page !4630 (winniehell)
- Fix MR-auto-close text added to description. !4836
- Fix pagination when sorting by columns with lots of ties (like priority)
- Updated project header design
- Exclude email check from the standard health check
- Fix changing issue state columns in milestone view
- Add notification settings dropdown for groups
...
...
app/assets/stylesheets/pages/projects.scss
View file @
16ca8ec5
...
...
@@ -89,7 +89,10 @@
}
.project-home-desc
{
margin-left
:
auto
;
margin-right
:
auto
;
margin-bottom
:
15px
;
max-width
:
480px
;
>
p
{
margin-bottom
:
0
;
...
...
@@ -367,6 +370,15 @@ a.deploy-project-label {
&
:not
(
:last-child
)
{
margin-right
:
$gl-padding
;
}
&
.project-repo-buttons-right
{
margin-top
:
10px
;
@media
(
min-width
:
$screen-md-min
)
{
float
:
right
;
margin-top
:
0
;
}
}
}
.nav
>
li
>
a
{
...
...
@@ -498,7 +510,7 @@ pre.light-well {
}
.ci-status
{
margin-right
:
16px
;
margin-right
:
$gl-padding
;
}
.commit-row-message
{
...
...
@@ -506,19 +518,12 @@ pre.light-well {
}
.commit_short_id
{
margin
:
0
5px
;
margin
-right
:
5px
;
color
:
$gl-link-color
;
font-weight
:
600
;
}
.commit-author-link
{
margin-left
:
7px
;
text-decoration
:
none
;
.avatar
{
float
:
none
;
margin-right
:
4px
;
}
.commit-author-name
{
font-weight
:
600
;
}
...
...
app/views/projects/_home_panel.html.haml
View file @
16ca8ec5
...
...
@@ -9,13 +9,14 @@
-
if
@project
.
description
.
present?
.project-home-desc
=
markdown
(
@project
.
description
,
pipeline: :description
)
-
if
@project
.
description
.
present?
=
markdown
(
@project
.
description
,
pipeline: :description
)
-
if
forked_from_project
=
@project
.
forked_from_project
.cover-desc
Forked from
=
link_to
project_path
(
forked_from_project
)
do
=
forked_from_project
.
namespace
.
try
(
:name
)
-
if
forked_from_project
=
@project
.
forked_from_project
%p
Forked from
=
link_to
project_path
(
forked_from_project
)
do
=
forked_from_project
.
namespace
.
try
(
:name
)
.project-repo-buttons.project-action-buttons
.count-buttons
...
...
app/views/projects/show.html.haml
View file @
16ca8ec5
...
...
@@ -60,7 +60,7 @@
%li
.missing
=
link_to
add_special_file_path
(
@project
,
file_name:
'.gitlab-ci.yml'
)
do
Set Up CI
%li
.p
ull
-right
%li
.p
roject-repo-buttons
-right
.project-repo-buttons.project-right-buttons
-
if
current_user
=
render
'shared/members/access_request_buttons'
,
source:
@project
...
...
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