Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
265e301c
Commit
265e301c
authored
Apr 04, 2019
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove EE-specific parts from non-EE BoardSidebar component
parent
08699259
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/boards/components/board_sidebar.js
app/assets/javascripts/boards/components/board_sidebar.js
+0
-2
ee/app/assets/javascripts/boards/components/board_sidebar.js
ee/app/assets/javascripts/boards/components/board_sidebar.js
+2
-0
No files found.
app/assets/javascripts/boards/components/board_sidebar.js
View file @
265e301c
...
...
@@ -2,7 +2,6 @@
import
$
from
'
jquery
'
;
import
Vue
from
'
vue
'
;
import
Weight
from
'
ee/sidebar/components/weight/weight.vue
'
;
import
Flash
from
'
../../flash
'
;
import
{
sprintf
,
__
}
from
'
../../locale
'
;
import
Sidebar
from
'
../../right_sidebar
'
;
...
...
@@ -23,7 +22,6 @@ export default Vue.extend({
Assignees
,
RemoveBtn
,
Subscriptions
,
Weight
,
},
props
:
{
currentUser
:
{
...
...
ee/app/assets/javascripts/boards/components/board_sidebar.js
View file @
265e301c
import
BoardSidebar
from
'
~/boards/components/board_sidebar
'
;
import
Weight
from
'
ee/sidebar/components/weight/weight.vue
'
;
import
RemoveBtn
from
'
./sidebar/remove_issue
'
;
export
default
BoardSidebar
.
extend
({
components
:
{
RemoveBtn
,
Weight
,
},
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment