Clarify the empty message on the tag timeline
This commit is contained in:
parent
43ff6839b8
commit
56f8bd1661
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
<div class="history-list">
|
||||
<div class="empty" ng-if="!historyEntries.length">
|
||||
<div class="empty-primary-msg">This repository is empty.</div>
|
||||
<div class="empty-secondary-msg">Push a tag or initiate a build to populate this repository.</div>
|
||||
<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>
|
||||
|
||||
<div class="history-entry" ng-repeat="entry in historyEntries"
|
||||
|
|
Reference in a new issue