aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/work_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat/templates/work_view.html')
-rw-r--r--python/fatcat/templates/work_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat/templates/work_view.html b/python/fatcat/templates/work_view.html
index 87120e63..949ca769 100644
--- a/python/fatcat/templates/work_view.html
+++ b/python/fatcat/templates/work_view.html
@@ -62,7 +62,7 @@ still reference the same underlying "work".
</div>
<div class="two ui buttons bottom attached">
- <a href="/work/{{ work.ident }}/edit" class="ui blue button">Edit Metadata</a>
+ <a href="/work/{{ work.ident }}/edit" class="ui blue button"><strike>Edit Metadata</strike></a>
<a href="/work/{{ work.ident }}/history" class="ui button">View History</a>
</div>