diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-31 17:08:04 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-02-13 22:24:20 -0800 |
commit | 88d095fb369dea5c993c78e85be08df5283d6436 (patch) | |
tree | 2ab1d93660b30a3709204cf0f2a0ee64a346ed92 /python/fatcat_web/templates | |
parent | 3011c6a088498ba566672d35aeee805c762808ba (diff) | |
download | fatcat-88d095fb369dea5c993c78e85be08df5283d6436.tar.gz fatcat-88d095fb369dea5c993c78e85be08df5283d6436.zip |
filter out shadows-only files in webface
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/release_view.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index 83ecd1c8..961b4759 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -196,8 +196,9 @@ </tbody> </table> {% else %} -<p>There are no known files associated with this release (you could try -<a href="/work/{{ release.work_id }}">other releases for this work?</a>). +<p>There are no accessible files associated with this release. You could check +<a href="/work/{{ release.work_id }}">other releases for this work</a> for an +accessible version. {% endif %} {% endif %} |