Commit c9a5a879 authored by Bryce Johnson's avatar Bryce Johnson

Merge branch 'approval-integration' of gitlab.com:gitlab-org/gitlab-ee into approval-integration

parents f5acfbda ad46acb9
...@@ -95,7 +95,7 @@ module Gitlab ...@@ -95,7 +95,7 @@ module Gitlab
config.assets.precompile << "profile/profile_bundle.js" config.assets.precompile << "profile/profile_bundle.js"
config.assets.precompile << "protected_branches/protected_branches_bundle.js" config.assets.precompile << "protected_branches/protected_branches_bundle.js"
config.assets.precompile << "diff_notes/diff_notes_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 << "merge_request_widget/widget_bundle.js"
config.assets.precompile << "issuable/issuable_bundle.js" config.assets.precompile << "issuable/issuable_bundle.js"
config.assets.precompile << "boards/boards_bundle.js" config.assets.precompile << "boards/boards_bundle.js"
......
...@@ -51,13 +51,13 @@ ...@@ -51,13 +51,13 @@
it('should correctly compute computed values', function(done) { it('should correctly compute computed values', function(done) {
const correctVals = { const correctVals = {
'disabledClass': '', disabledClass: '',
'avatarSizeClass': 's32', avatarSizeClass: 's32',
'avatarHtmlClass': 's32 avatar avatar-inline', avatarHtmlClass: 's32 avatar avatar-inline',
'avatarClass': 'avatar avatar-inline s32 ', avatarClass: 'avatar avatar-inline s32 ',
'tooltipClass': 'has-tooltip', tooltipClass: 'has-tooltip',
'linkClass': 'author_link has-tooltip ', linkClass: 'author_link has-tooltip ',
'tooltipContainerAttr': 'body', tooltipContainerAttr: 'body',
}; };
Vue.nextTick(() => { Vue.nextTick(() => {
......
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