diff options
Diffstat (limited to 'python/fatcat_web/templates/entity_base.html')
-rw-r--r-- | python/fatcat_web/templates/entity_base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/entity_base.html b/python/fatcat_web/templates/entity_base.html index 633f3aee..626c102a 100644 --- a/python/fatcat_web/templates/entity_base.html +++ b/python/fatcat_web/templates/entity_base.html @@ -75,6 +75,10 @@ {% endif %} <br> {% endif %} + {% elif entity_type == "container" %} + {% if entity.publisher %} + <p style="font-size: larger;">{{ entity.publisher }} + {% endif %} {% endif %} <!-- these nested div make tabs scrollable on mobile --> <div class="ui container" style="min-width: 100%; overflow-x: auto;"> |