Commit d5ad6f64 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '2902-standalone-ee-dir-ce-ee' into 'master'

EE: CE: Move EE-specific files to a standalone directory

See merge request !2604
parents 6b2fde7e 19352a4d
......@@ -31,7 +31,6 @@ module Gitlab
#{config.root}/app/models/project_services
#{config.root}/app/workers/concerns
#{config.root}/app/services/concerns
#{config.root}/app/uploaders/concerns
#{config.root}/app/finders/concerns])
config.generators.templates.push("#{config.root}/generator_templates")
......
......@@ -483,7 +483,7 @@ A forEach will cause side effects, it will be mutating the array being iterated.
#### Vue and Boostrap
1. Tooltips: Do not rely on `has-tooltip` class name for Vue components
```javascript
```javascript
// bad
<span
class="has-tooltip"
......
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