Clarify the empty message on the tag timeline

This commit is contained in:
Joseph Schorr 2015-04-19 18:13:13 -04:00
parent 43ff6839b8
commit 56f8bd1661

View file

@ -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"