BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d3be65a8
Unverified
Commit
d3be65a8
authored
Sep 14, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove repeating titles on members and label pages
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
0c8f0777
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
15 deletions
+14
-15
blocks.scss
app/assets/stylesheets/generic/blocks.scss
+1
-1
index.html.haml
app/views/projects/labels/index.html.haml
+6
-5
index.html.haml
app/views/projects/project_members/index.html.haml
+7
-9
No files found.
app/assets/stylesheets/generic/blocks.scss
View file @
d3be65a8
...
...
@@ -51,6 +51,6 @@
}
.oneline
{
line-height
:
4
4
px
;
line-height
:
4
2
px
;
}
}
app/views/projects/labels/index.html.haml
View file @
d3be65a8
-
page_title
"Labels"
-
if
can?
current_user
,
:admin_label
,
@project
.gray-content-block.top-block
-
if
can?
current_user
,
:admin_label
,
@project
=
link_to
new_namespace_project_label_path
(
@project
.
namespace
,
@project
),
class:
"pull-right btn btn-new"
do
New label
%h3
.page-title
Labels
%hr
.oneline
Labels can be applied to issues and merge requests.
.labels
-
if
@labels
.
present?
%ul
.
bordered
-list.manage-labels-list
%ul
.
content
-list.manage-labels-list
=
render
@labels
=
paginate
@labels
,
theme:
'gitlab'
-
else
...
...
app/views/projects/project_members/index.html.haml
View file @
d3be65a8
-
page_title
"Members"
%h3
.page-title
Users with access to this project
%p
.light
Read more about project permissions
%strong
=
link_to
"here"
,
help_page_path
(
"permissions"
,
"permissions"
),
class:
"vlink"
%hr
.clearfix.js-toggle-container
.gray-content-block.top-block
.clearfix.js-toggle-container
=
form_tag
namespace_project_project_members_path
(
@project
.
namespace
,
@project
),
method: :get
,
class:
'form-inline member-search-form'
do
.form-group
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
'Find existing member by name'
,
class:
'form-control search-text-input'
}
...
...
@@ -25,6 +18,11 @@
.js-toggle-content.hide.new-group-member-holder
=
render
"new_project_member"
%p
.prepend-top-default.light
Users with access to this project are listed below.
Read more about project permissions
%strong
=
link_to
"here"
,
help_page_path
(
"permissions"
,
"permissions"
),
class:
"vlink"
=
render
"team"
,
members:
@project_members
-
if
@group
...
...
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