Add return to top button to user.html template
This commit is contained in:
parent
028c081f86
commit
b2275938bb
@ -51,5 +51,10 @@
|
||||
{% include '_twitter_post.html' %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<div class="scroller">
|
||||
<a href="#top" class="ui button">
|
||||
<i style="margin: 0;" class="chevron up icon"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user