aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/container_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat/templates/container_view.html')
-rw-r--r--python/fatcat/templates/container_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat/templates/container_view.html b/python/fatcat/templates/container_view.html
index c2ca7327..ad4905f8 100644
--- a/python/fatcat/templates/container_view.html
+++ b/python/fatcat/templates/container_view.html
@@ -98,7 +98,7 @@ Raw Object:
</div>
<div class="two ui buttons bottom attached">
- <a href="/container/{{ container.ident }}/edit" class="ui blue button">Edit Metadata</a>
+ <a href="/container/{{ container.ident }}/edit" class="ui blue button"><strike>Edit Metadata</strike></a>
<a href="/container/{{ container.ident }}/history" class="ui button">View History</a>
</div>