Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/boards/components/sidebar/_milestone.html.haml')
-rw-r--r--app/views/shared/boards/components/sidebar/_milestone.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/boards/components/sidebar/_milestone.html.haml b/app/views/shared/boards/components/sidebar/_milestone.html.haml
index b15d60002fc..510e05ce888 100644
--- a/app/views/shared/boards/components/sidebar/_milestone.html.haml
+++ b/app/views/shared/boards/components/sidebar/_milestone.html.haml
@@ -1,9 +1,9 @@
.block.milestone
- .title
+ .title.gl-h-5.gl-display-flex.gl-align-items-center
= _("Milestone")
- if can_admin_issue?
- = icon("spinner spin", class: "block-loading")
- = link_to _("Edit"), "#", class: "js-sidebar-dropdown-toggle edit-link float-right"
+ = loading_icon(css_class: 'gl-ml-2 block-loading')
+ = link_to _("Edit"), "#", class: "js-sidebar-dropdown-toggle edit-link gl-ml-auto"
.value
%span.no-value{ "v-if" => "!issue.milestone" }
= _("None")