diff --git a/templates/layerindex/detail.html b/templates/layerindex/detail.html index 144d5e8..0747421 100644 --- a/templates/layerindex/detail.html +++ b/templates/layerindex/detail.html @@ -167,6 +167,11 @@ + {% if not layerbranch.vcs_last_commit %} +
+ Note: The content of this layer on branch {{ url_branch }} has not yet been indexed. Indexing should take place within a few hours. +
+ {% endif %}