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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
e2b4f13b
Commit
e2b4f13b
authored
Aug 06, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add project name to project head
parent
fff36a8b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
app/assets/stylesheets/generic/mobile.scss
app/assets/stylesheets/generic/mobile.scss
+4
-0
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+7
-1
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+1
-0
No files found.
app/assets/stylesheets/generic/mobile.scss
View file @
e2b4f13b
...
@@ -48,6 +48,10 @@
...
@@ -48,6 +48,10 @@
display
:
block
;
display
:
block
;
}
}
.project-home-desc
{
font-size
:
21px
;
}
.project-repo-buttons
,
.project-repo-buttons
,
.git-clone-holder
{
.git-clone-holder
{
display
:
none
;
display
:
none
;
...
...
app/assets/stylesheets/pages/projects.scss
View file @
e2b4f13b
...
@@ -30,7 +30,13 @@
...
@@ -30,7 +30,13 @@
}
}
}
}
.lead
{
.project-home-desc
{
h1
{
margin
:
0
;
margin-bottom
:
10px
;
font-size
:
26px
;
}
p
{
p
{
display
:
inline
;
display
:
inline
;
}
}
...
...
app/views/projects/_home_panel.html.haml
View file @
e2b4f13b
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
.project-identicon-holder
.project-identicon-holder
=
project_icon
(
@project
,
alt:
''
,
class:
'project-avatar avatar s90'
)
=
project_icon
(
@project
,
alt:
''
,
class:
'project-avatar avatar s90'
)
.project-home-desc.lead
.project-home-desc.lead
%h1
=
@project
.
name
-
if
@project
.
description
.
present?
-
if
@project
.
description
.
present?
=
markdown
(
@project
.
description
,
pipeline: :description
)
=
markdown
(
@project
.
description
,
pipeline: :description
)
...
...
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