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
Kazuhiko Shiozaki
gitlab-ce
Commits
37472203
Commit
37472203
authored
Jul 15, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unecessary titles in admin area
parent
16c39259
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
app/views/admin/projects/index.html.haml
app/views/admin/projects/index.html.haml
+2
-6
app/views/admin/users/index.html.haml
app/views/admin/users/index.html.haml
+2
-5
No files found.
app/views/admin/projects/index.html.haml
View file @
37472203
%h3
.page-title
Projects
=
link_to
'New Project'
,
new_project_path
,
class:
"btn btn-small pull-right"
%hr
.row
.span4
.admin-filter
...
...
@@ -43,6 +37,8 @@
.ui-box
.title
Projects (
#{
@projects
.
total_count
}
)
.pull-right
=
link_to
'New Project'
,
new_project_path
,
class:
"btn btn-small btn-primary wide"
%ul
.well-list
-
@projects
.
each
do
|
project
|
%li
...
...
app/views/admin/users/index.html.haml
View file @
37472203
%h3
.page-title
Users
=
link_to
'New User'
,
new_admin_user_path
,
class:
"btn btn-small pull-right"
%br
.row
.span3
.admin-filter
...
...
@@ -34,6 +29,8 @@
.ui-box
.title
Users (
#{
@users
.
total_count
}
)
.pull-right
=
link_to
'New User'
,
new_admin_user_path
,
class:
"btn btn-small wide btn-primary"
%ul
.well-list
-
@users
.
each
do
|
user
|
%li
...
...
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