diff options
author | bnewbold <bnewbold@robocracy.org> | 2019-06-06 00:17:16 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 14:33:20 -0700 |
commit | 743940ce6075c1a1b547915a33ad8874094ae762 (patch) | |
tree | 0b1fb6f9b0105869a0d3effc37777f6f0db77122 /python/fatcat_web/templates/entity_history.html | |
parent | ff843b1fcb73d8446c16f0aadd7a044e66e70a80 (diff) | |
download | fatcat-743940ce6075c1a1b547915a33ad8874094ae762.tar.gz fatcat-743940ce6075c1a1b547915a33ad8874094ae762.zip |
experiment with entity view tabs
Diffstat (limited to 'python/fatcat_web/templates/entity_history.html')
-rw-r--r-- | python/fatcat_web/templates/entity_history.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/python/fatcat_web/templates/entity_history.html b/python/fatcat_web/templates/entity_history.html index eee87487..73a3df92 100644 --- a/python/fatcat_web/templates/entity_history.html +++ b/python/fatcat_web/templates/entity_history.html @@ -1,13 +1,8 @@ -{% extends "base.html" %} -{% block body %} +{% set entity_view = "history" %} +{% set entity_type = "release" %} +{% extends "entity_base.html" %} -<h1 class="ui header">{% if page_title != None %}{{ page_title }}{% endif %} -<div class="sub header"> - <a href="/{{entity_type}}/{{entity.ident}}"> - <code>{{ entity_type }} {{ entity.ident }}</code> - </a> -</div> -</h1> +{% block entity_main %} <h3 class="ui header">Edit History</h3> |