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
8dade803
Commit
8dade803
authored
Oct 31, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve conflicts
parent
a63c9e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
42 deletions
+17
-42
app/assets/javascripts/vue_shared/components/popup_dialog.vue
...assets/javascripts/vue_shared/components/popup_dialog.vue
+17
-42
No files found.
app/assets/javascripts/vue_shared/components/popup_dialog.vue
View file @
8dade803
...
...
@@ -10,14 +10,11 @@ export default {
text
:
{
type
:
String
,
required
:
false
,
<<<<<<<
HEAD
=======
},
hideFooter
:
{
type
:
Boolean
,
required
:
false
,
default
:
false
,
>>>>>>>
e8a46294c0
...
apply
changes
for
JS
and
CSS
from
gitlab
-
ee
!
2912
},
kind
:
{
type
:
String
,
...
...
@@ -107,46 +104,24 @@ export default {
<p>
{{
this
.
text
}}
</p>
</slot>
</div>
<slot
name=
"footer"
>
<div
class=
"modal-footer"
v-if=
"!hideFooter"
>
<button
type=
"button"
class=
"btn btn-default pull-left"
@
click=
"close"
>
Cancel
</button>
<button
type=
"button"
class=
"btn pull-right"
:disabled=
"submitDisabled"
:class=
"btnKindClass"
@
click=
"emitSubmit(true)"
>
{{
primaryButtonLabel
}}
</button>
</div>
</slot>
</div>
<<<<<<<
HEAD
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn"
:class=
"btnCancelKindClass"
@
click=
"close"
>
{{
closeButtonLabel
}}
</button>
<button
type=
"button"
class=
"btn"
:class=
"btnKindClass"
@
click=
"emitSubmit(true)"
>
{{
primaryButtonLabel
}}
</button>
<div
class=
"modal-footer"
v-if=
"!hideFooter"
>
<button
type=
"button"
class=
"btn pull-left"
:class=
"btnCancelKindClass"
@
click=
"close"
>
{{
closeButtonLabel
}}
</button>
<button
type=
"button"
class=
"btn pull-right"
:disabled=
"submitDisabled"
:class=
"btnKindClass"
@
click=
"emitSubmit(true)"
>
{{
primaryButtonLabel
}}
</button>
</div>
</div>
=======
>>>>>>> e8a46294c0... apply changes for JS and CSS from gitlab-ee!2912
</div>
</div>
<div
class=
"modal-backdrop fade in"
/>
...
...
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