Skip to content
Snippets Groups Projects
Commit ff69bea7 authored by Fatih Acet's avatar Fatih Acet
Browse files

MRWidget: Change refresh button place in failed state.

Former-commit-id: a9ad1b61
parent d50dc5a0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -28,9 +28,6 @@ export default {
</button>
<span class="bold danger">
This merge request failed to be merged automatically.
</span>
<div class="merge-error-text">
{{mr.mergeError}}
<button
@click="refreshWidget"
:class="{ disabled: isRefreshing }"
Loading
Loading
@@ -42,6 +39,9 @@ export default {
aria-hidden="true" />
Refresh
</button>
</span>
<div class="merge-error-text">
{{mr.mergeError}}
</div>
</div>
`,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment