Add return to top button to user.html template

This commit is contained in:
eetukarvonen 2020-09-14 09:44:26 -04:00
parent 028c081f86
commit b2275938bb

View File

@ -51,5 +51,10 @@
{% include '_twitter_post.html' %} {% include '_twitter_post.html' %}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<div class="scroller">
<a href="#top" class="ui button">
<i style="margin: 0;" class="chevron up icon"></i>
</a>
</div>
</div> </div>
{% endblock %} {% endblock %}