Skip to content
Snippets Groups Projects
Select Git revision
  • a71e497bedca01e5c1059a602b39f1e736f1c4ad
  • master default protected
  • 2024-11
  • oprava-babel
  • 2024-1
  • 2023
  • 2022
7 results

Home.js

Blame
  • routes.rb 173 B
    # Because of plugin deactivations
    if Redmine::Plugin.installed?(:easy_wbs)
      resources :projects do
        get 'easy_wbs', to: 'easy_wbs#index', as: 'easy_wbs_index'
      end
    end