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
89d6aa90
Commit
89d6aa90
authored
Jul 05, 2019
by
Fatih Acet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use render_if_exists for CE
parent
82ea2acf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
app/views/groups/issues.html.haml
app/views/groups/issues.html.haml
+2
-2
ee/app/views/shared/issuable/_bulk_update_button.html.haml
ee/app/views/shared/issuable/_bulk_update_button.html.haml
+1
-0
No files found.
app/views/groups/issues.html.haml
View file @
89d6aa90
...
...
@@ -13,13 +13,13 @@
=
render
'shared/issuable/feed_buttons'
-
if
@can_bulk_update
=
button_tag
_
(
'Edit issues'
),
class:
'btn btn-default append-right-10 js-bulk-update-toggle
'
=
render_if_exists
'shared/issuable/bulk_update_button
'
=
render
'shared/new_project_item_select'
,
path:
'issues/new'
,
label:
"New issue"
,
type: :issues
,
with_feature_enabled:
'issues'
,
with_shared:
false
,
include_projects_in_subgroups:
true
=
render
'shared/issuable/search_bar'
,
type: :issues
-
if
@can_bulk_update
=
render
'shared/issuable/group_bulk_update_sidebar'
,
type: :issues
=
render
_if_exists
'shared/issuable/group_bulk_update_sidebar'
,
type: :issues
=
render
'shared/issues'
ee/app/views/shared/issuable/_bulk_update_button.html.haml
0 → 100644
View file @
89d6aa90
=
button_tag
_
(
'Edit issues'
),
class:
'btn btn-default append-right-10 js-bulk-update-toggle'
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