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
Léo-Paul Géneau
gitlab-ce
Commits
9c69c899
Commit
9c69c899
authored
Jan 14, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add margin to pages where is no header
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
bb521358
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+1
-1
app/views/groups/group_members/index.html.haml
app/views/groups/group_members/index.html.haml
+1
-1
app/views/groups/projects.html.haml
app/views/groups/projects.html.haml
+1
-1
app/views/projects/project_members/index.html.haml
app/views/projects/project_members/index.html.haml
+1
-1
No files found.
app/views/groups/edit.html.haml
View file @
9c69c899
-
header_title
group_title
(
@group
,
"Settings"
,
edit_group_path
(
@group
))
-
@blank_container
=
true
.panel.panel-default
.panel.panel-default
.prepend-top-default
.panel-heading
Group settings
.panel-body
...
...
app/views/groups/group_members/index.html.haml
View file @
9c69c899
...
...
@@ -2,7 +2,7 @@
-
header_title
group_title
(
@group
,
"Members"
,
group_group_members_path
(
@group
))
-
@blank_container
=
true
.group-members-page
.group-members-page
.prepend-top-default
-
if
current_user
&&
current_user
.
can?
(
:admin_group_member
,
@group
)
.panel.panel-default
.panel-heading
...
...
app/views/groups/projects.html.haml
View file @
9c69c899
-
page_title
"Projects"
-
header_title
group_title
(
@group
,
"Projects"
,
projects_group_path
(
@group
))
.panel.panel-default
.panel.panel-default
.prepend-top-default
.panel-heading
%strong
=
@group
.
name
projects:
...
...
app/views/projects/project_members/index.html.haml
View file @
9c69c899
...
...
@@ -2,7 +2,7 @@
=
render
"header_title"
-
@blank_container
=
true
.project-members-page
.project-members-page
.prepend-top-default
-
if
can?
(
current_user
,
:admin_project_member
,
@project
)
.panel.panel-default
.panel-heading
...
...
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