aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/creator_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-07-20 21:02:21 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-07-20 21:02:21 -0700
commit285eddcf04950ecbcf2de9d8b9c54dd0d4afb00c (patch)
tree359e16161aec8262eb76c6aba148d29f131701a5 /python/fatcat/templates/creator_view.html
parent0c466a3fb52c69f352453ed0517d417fa7ff7ee1 (diff)
downloadfatcat-285eddcf04950ecbcf2de9d8b9c54dd0d4afb00c.tar.gz
fatcat-285eddcf04950ecbcf2de9d8b9c54dd0d4afb00c.zip
python updates for identifier changes
Diffstat (limited to 'python/fatcat/templates/creator_view.html')
-rw-r--r--python/fatcat/templates/creator_view.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/fatcat/templates/creator_view.html b/python/fatcat/templates/creator_view.html
index 91c0ee52..3047a909 100644
--- a/python/fatcat/templates/creator_view.html
+++ b/python/fatcat/templates/creator_view.html
@@ -63,7 +63,8 @@ Raw Object:
</div><div class="ui segment attached">
<b>Fatcat Bits</b>
-<p>Revision #{{ creator.revision }}. State is "{{ creator.state }}"
+<p>State is "{{ creator.state }}". Revision:
+<br><small><code>{{ creator.revision }}</code></small>
<br><a href="https://api.qa.fatcat.wiki/v0/creator/{{ creator.ident }}">As JSON object via API</a>
</div>