Commit 48a360f2 authored by Phil Hughes's avatar Phil Hughes

Removes @projects as not used anymore - getting selected data from controller instead

parent 5995a629
- project = @target_project || @project || @projects
- project = @target_project || @project
- show_create = local_assigns.fetch(:show_create, true)
- extra_options = local_assigns.fetch(:extra_options, true)
- filter_submit = local_assigns.fetch(:filter_submit, true)
......
- project = @target_project || @project || @projects
- project = @target_project || @project
- extra_class = extra_class || ''
- selected_text = selected.try(:title)
- if selected.present?
......
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