Skip to content
Snippets Groups Projects
Verified Commit 9f8acf8a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Satisfy rubocop

parent de6f2884
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -58,7 +58,8 @@ module ProjectsHelper
link_output += content_tag :span, nil, { class: "fa fa-chevron-down dropdown-toggle-caret" } if current_user
 
if current_user
link_output += project_select_tag :project_path, class: "project-item-select js-projects-dropdown",
link_output += project_select_tag :project_path,
class: "project-item-select js-projects-dropdown",
data: { include_groups: false, order_by: 'last_activity_at' }
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment