Hide empty message when loading
This commit is contained in:
parent
70d5200858
commit
d4b593cada
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
</span>
|
||||
|
||||
<div class="history-list">
|
||||
<div class="empty" ng-if="!historyEntries.length">
|
||||
<div class="empty" ng-if="historyEntries && !historyEntries.length">
|
||||
<div class="empty-primary-msg">No recent tag activity.</div>
|
||||
<div class="empty-secondary-msg">There has not been any recent tag activity on this repository.</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue