aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-02-15 19:55:12 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-02-15 19:55:12 -0800
commit3375483dbfa09d3621d423a47d2fdf3193487ab4 (patch)
tree45199c41258aa4368f55b261d6d93f92f7577d3e /python/fatcat_web/templates/entity_base.html
parent991f27f75ce0a4381e417a274f08a65c5ddf678b (diff)
downloadfatcat-3375483dbfa09d3621d423a47d2fdf3193487ab4.tar.gz
fatcat-3375483dbfa09d3621d423a47d2fdf3193487ab4.zip
web: update container landing page
Diffstat (limited to 'python/fatcat_web/templates/entity_base.html')
-rw-r--r--python/fatcat_web/templates/entity_base.html4
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;">