Skip to content

Commit

Permalink
rm repo_history_view.html (#6099)
Browse files Browse the repository at this point in the history
* rm repo_history_view.html

* rm test code

* delete unnecessary code

---------

Co-authored-by: 杨顺强 <[email protected]>
  • Loading branch information
imwhatiam and shuntian authored May 17, 2024
1 parent eda0171 commit 9a17fe8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 149 deletions.
7 changes: 0 additions & 7 deletions seahub/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@
{% endfor %}
</ul>
{% endif %}

<div id="confirm-popup" class="hide">
<div id="confirm-con"></div>
<button id="confirm-yes">{% trans "Yes" %}</button>
<button class="simplemodal-close">{% trans "No" %}</button>
</div>

{% block extra-hidden-dom %}
{% endblock %}
Expand All @@ -103,7 +97,6 @@
}
</script>
<script type="text/javascript" src="{% static "scripts/lib/jquery.min.js" %}" id="jquery"></script>{# 'id="jquery"' is for pdf file view with pdf2html #}
<script type="text/javascript" src="{% static "scripts/lib/jquery.simplemodal.js" %}"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1536127546642"></script>
<script type="text/javascript">
Expand Down
128 changes: 0 additions & 128 deletions seahub/templates/repo_history_view.html

This file was deleted.

14 changes: 0 additions & 14 deletions tests/seahub/views/repo/test_repo_history_view.py

This file was deleted.

0 comments on commit 9a17fe8

Please sign in to comment.