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
d75ddcf2
Commit
d75ddcf2
authored
Jul 03, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve `app/views/projects/issues/_nav_btns.html.haml`
resolve `spec/helpers/groups_helper_spec.rb`
parent
f2fdd528
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
app/views/projects/issues/_nav_btns.html.haml
app/views/projects/issues/_nav_btns.html.haml
+0
-3
spec/helpers/groups_helper_spec.rb
spec/helpers/groups_helper_spec.rb
+0
-4
No files found.
app/views/projects/issues/_nav_btns.html.haml
View file @
d75ddcf2
=
link_to
params
.
merge
(
rss_url_options
),
class:
'btn btn-default append-right-10 has-tooltip'
,
title:
'Subscribe'
do
=
icon
(
'rss'
)
<
<<<<<<
HEAD
=
render
'projects/issues/export_issues/button'
==
=====
>
>>>>>> ce-com/master
-
if
@can_bulk_update
=
button_tag
"Edit Issues"
,
class:
"btn btn-default append-right-10 js-bulk-update-toggle"
=
link_to
"New issue"
,
new_namespace_project_issue_path
(
@project
.
namespace
,
...
...
spec/helpers/groups_helper_spec.rb
View file @
d75ddcf2
...
...
@@ -109,11 +109,7 @@ describe GroupsHelper do
let
(
:deep_nested_group
)
{
create
(
:group
,
parent:
nested_group
)
}
let!
(
:very_deep_nested_group
)
{
create
(
:group
,
parent:
deep_nested_group
)
}
<<<<<<<
HEAD
it
'outputs the groups in the correct order'
,
:postgresql
do
=======
it
'outputs the groups in the correct order'
do
>>>>>>>
ce
-
com
/
master
expect
(
helper
.
group_title
(
very_deep_nested_group
)).
to
match
(
/>
#{
group
.
name
}
<\/a>.*>
#{
nested_group
.
name
}
<\/a>.*>
#{
deep_nested_group
.
name
}
<\/a>/
)
end
end
...
...
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