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
c9a5a879
Commit
c9a5a879
authored
Dec 20, 2016
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'approval-integration' of gitlab.com:gitlab-org/gitlab-ee into approval-integration
parents
f5acfbda
ad46acb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
config/application.rb
config/application.rb
+1
-1
spec/javascripts/vue_common_components/link_to_member_avatar_spec.js.es6
...s/vue_common_components/link_to_member_avatar_spec.js.es6
+7
-7
No files found.
config/application.rb
View file @
c9a5a879
...
...
@@ -95,7 +95,7 @@ module Gitlab
config
.
assets
.
precompile
<<
"profile/profile_bundle.js"
config
.
assets
.
precompile
<<
"protected_branches/protected_branches_bundle.js"
config
.
assets
.
precompile
<<
"diff_notes/diff_notes_bundle.js"
config
.
assets
.
precompile
<<
"
generic_bundles
/vue_resource.js"
config
.
assets
.
precompile
<<
"
lib
/vue_resource.js"
config
.
assets
.
precompile
<<
"merge_request_widget/widget_bundle.js"
config
.
assets
.
precompile
<<
"issuable/issuable_bundle.js"
config
.
assets
.
precompile
<<
"boards/boards_bundle.js"
...
...
spec/javascripts/vue_common_components/link_to_member_avatar_spec.js.es6
View file @
c9a5a879
...
...
@@ -51,13 +51,13 @@
it('should correctly compute computed values', function(done) {
const correctVals = {
'disabledClass'
: '',
'avatarSizeClass'
: 's32',
'avatarHtmlClass'
: 's32 avatar avatar-inline',
'avatarClass'
: 'avatar avatar-inline s32 ',
'tooltipClass'
: 'has-tooltip',
'linkClass'
: 'author_link has-tooltip ',
'tooltipContainerAttr'
: 'body',
disabledClass
: '',
avatarSizeClass
: 's32',
avatarHtmlClass
: 's32 avatar avatar-inline',
avatarClass
: 'avatar avatar-inline s32 ',
tooltipClass
: 'has-tooltip',
linkClass
: 'author_link has-tooltip ',
tooltipContainerAttr
: 'body',
};
Vue.nextTick(() => {
...
...
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