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
iv
gitlab-ce
Commits
e8e2de07
Commit
e8e2de07
authored
10 years ago
by
Rob Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed redundant spans
parent
3ed2fce2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
app/views/dashboard/_groups.html.haml
app/views/dashboard/_groups.html.haml
+3
-4
app/views/dashboard/_projects.html.haml
app/views/dashboard/_projects.html.haml
+3
-4
No files found.
app/views/dashboard/_groups.html.haml
View file @
e8e2de07
...
...
@@ -2,10 +2,9 @@
.panel-heading.clearfix
=
search_field_tag
:filter_group
,
nil
,
placeholder:
'Filter by name'
,
class:
'dash-filter form-control'
-
if
current_user
.
can_create_group?
%span
.pull-right
=
link_to
new_group_path
,
class:
"btn btn-new"
do
%i
.icon-plus
New group
=
link_to
new_group_path
,
class:
"btn btn-new pull-right"
do
%i
.icon-plus
New group
%ul
.well-list.dash-list
-
groups
.
each
do
|
group
|
%li
.group-row
...
...
This diff is collapsed.
Click to expand it.
app/views/dashboard/_projects.html.haml
View file @
e8e2de07
...
...
@@ -2,10 +2,9 @@
.panel-heading.clearfix
=
search_field_tag
:filter_projects
,
nil
,
placeholder:
'Filter by name'
,
class:
'dash-filter form-control'
-
if
current_user
.
can_create_project?
%span
.pull-right
=
link_to
new_project_path
,
class:
"btn btn-new"
do
%i
.icon-plus
New project
=
link_to
new_project_path
,
class:
"btn btn-new pull-right"
do
%i
.icon-plus
New project
%ul
.well-list.dash-list
-
projects
.
each
do
|
project
|
...
...
This diff is collapsed.
Click to expand it.
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