Commit 306e0d16 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'fl-refresh-btn' into 'master'

Show loading button inline in MR widget

See merge request gitlab-org/gitlab-ce!17174
parents dfb14e4d 8469725e
......@@ -44,7 +44,10 @@
type="button"
class="btn btn-xs btn-default"
>
<loading-icon v-if="isRefreshing" />
<loading-icon
v-if="isRefreshing"
:inline="true"
/>
{{ s__("mrWidget|Refresh") }}
</button>
</div>
......
---
title: Show loading button inline in refresh button in MR widget
merge_request:
author:
type: fixed
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