Commit 53f4664c authored by Imre Farkas's avatar Imre Farkas

Resolve conflict in app/views/projects/issues/_nav_btns.html.haml

parent 7a760728
<<<<<<< HEAD
- show_rss_button = local_assigns.fetch(:show_rss_button, true)
- show_export_button = local_assigns.fetch(:show_export_button, true)
......@@ -10,9 +9,6 @@
- if show_export_button
= render 'projects/issues/export_issues/button'
=======
= render 'shared/issuable/feed_buttons'
>>>>>>> upstream/master
- if @can_bulk_update
= button_tag "Edit issues", class: "btn btn-default append-right-10 js-bulk-update-toggle"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment