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' %}
|
{% 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 %}
|
Reference in New Issue
Block a user