Commit e317957b authored by Bryce Johnson's avatar Bryce Johnson

Include fallback content for loading state.

parent e64cbb20
......@@ -109,7 +109,7 @@
},
},
template: `
<div class='time-tracking-component-wrap'>
<div class='time-tracking-component-wrap' v-cloak>
<div class='sidebar-collapsed-icon'>
<div class='time-tracking-collapsed-summary'>
<div class='compare' v-if='showComparison'>
......
......@@ -76,6 +76,9 @@
- if issuable.has_attribute?(:time_estimate)
#issuable-time-tracker.block
%issuable-time-tracker{ ':time_estimate' => 'issuable.time_estimate', ':time_spent' => 'issuable.time_spent' }
.title.hide-collapsed
Time tracking
= icon('spinner spin')
- if issuable.has_attribute?(:due_date)
.block.due_date
.sidebar-collapsed-icon
......
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