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
6f642fd4
Commit
6f642fd4
authored
Jun 16, 2016
by
Annabel Dunstone
Committed by
Jacob Schatz
Jun 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new style for sub header block info
parent
a02c3d09
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
11 deletions
+18
-11
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+11
-0
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+0
-4
app/views/projects/graphs/ci.html.haml
app/views/projects/graphs/ci.html.haml
+1
-1
app/views/projects/graphs/commits.html.haml
app/views/projects/graphs/commits.html.haml
+1
-1
app/views/projects/graphs/languages.html.haml
app/views/projects/graphs/languages.html.haml
+1
-1
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+1
-1
app/views/projects/wikis/edit.html.haml
app/views/projects/wikis/edit.html.haml
+1
-1
app/views/projects/wikis/git_access.html.haml
app/views/projects/wikis/git_access.html.haml
+2
-2
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
6f642fd4
...
@@ -97,6 +97,17 @@
...
@@ -97,6 +97,17 @@
}
}
}
}
.sub-header-block
{
background-color
:
$white-light
;
border-bottom
:
1px
solid
$white-dark
;
margin
:
11px
0
;
padding-bottom
:
11px
;
.oneline
{
line-height
:
35px
;
}
}
.cover-block
{
.cover-block
{
text-align
:
center
;
text-align
:
center
;
background
:
$background-color
;
background
:
$background-color
;
...
...
app/assets/stylesheets/framework/nav.scss
View file @
6f642fd4
...
@@ -111,10 +111,6 @@
...
@@ -111,10 +111,6 @@
width
:
50%
;
width
:
50%
;
line-height
:
28px
;
line-height
:
28px
;
&
.wiki-page
{
padding
:
16px
10px
11px
;
}
/* Small devices (phones, tablets, 768px and lower) */
/* Small devices (phones, tablets, 768px and lower) */
@media
(
max-width
:
$screen-sm-min
)
{
@media
(
max-width
:
$screen-sm-min
)
{
width
:
100%
;
width
:
100%
;
...
...
app/views/projects/graphs/ci.html.haml
View file @
6f642fd4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
=
render
'head'
=
render
'head'
%div
{
class:
(
container_class
)
}
%div
{
class:
(
container_class
)
}
.
row-content-block.append-bottom-default
.
sub-header-block
.oneline
.oneline
A collection of graphs for Continuous Integration
A collection of graphs for Continuous Integration
...
...
app/views/projects/graphs/commits.html.haml
View file @
6f642fd4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
=
render
'head'
=
render
'head'
%div
{
class:
(
container_class
)
}
%div
{
class:
(
container_class
)
}
.
row-content-block.append-bottom-default
.
sub-header-block
.tree-ref-holder
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
%ul
.breadcrumb.repo-breadcrumb
%ul
.breadcrumb.repo-breadcrumb
...
...
app/views/projects/graphs/languages.html.haml
View file @
6f642fd4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
=
render
'head'
=
render
'head'
%div
{
class:
(
container_class
)
}
%div
{
class:
(
container_class
)
}
.
row-content-block.append-bottom-default
.
sub-header-block
.oneline
.oneline
Programming languages used in this repository
Programming languages used in this repository
...
...
app/views/projects/graphs/show.html.haml
View file @
6f642fd4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
=
render
'head'
=
render
'head'
%div
{
class:
(
container_class
)
}
%div
{
class:
(
container_class
)
}
.
row-content-block.append-bottom-default
.
sub-header-block
.tree-ref-holder
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs'
=
render
'shared/ref_switcher'
,
destination:
'graphs'
%ul
.breadcrumb.repo-breadcrumb
%ul
.breadcrumb.repo-breadcrumb
...
...
app/views/projects/wikis/edit.html.haml
View file @
6f642fd4
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
%div
{
class:
(
container_class
)
}
%div
{
class:
(
container_class
)
}
.top-area
.top-area
.nav-text
.wiki-page
.nav-text
%strong
%strong
-
if
@page
.
persisted?
-
if
@page
.
persisted?
=
link_to
@page
.
title
.
capitalize
,
namespace_project_wiki_path
(
@project
.
namespace
,
@project
,
@page
)
=
link_to
@page
.
title
.
capitalize
,
namespace_project_wiki_path
(
@project
.
namespace
,
@project
,
@page
)
...
...
app/views/projects/wikis/git_access.html.haml
View file @
6f642fd4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
=
render
'nav'
=
render
'nav'
%div
{
class:
(
container_class
)
}
%div
{
class:
(
container_class
)
}
.
row-content
-block
.
sub-header
-block
%span
.oneline
%span
.oneline
Git access for
Git access for
%strong
=
@project_wiki
.
path_with_namespace
%strong
=
@project_wiki
.
path_with_namespace
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
.pull-right
.pull-right
=
render
"shared/clone_panel"
,
project:
@project_wiki
=
render
"shared/clone_panel"
,
project:
@project_wiki
.
git-empty.
prepend-top-default
.prepend-top-default
%fieldset
%fieldset
%legend
Install Gollum:
%legend
Install Gollum:
%pre
.dark
%pre
.dark
...
...
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