This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/templates/yuuno/settings/friends/master.twig
2016-04-01 23:44:31 +02:00

12 lines
200 B
Twig

{% extends 'settings/master.twig' %}
{% set category = 'Friends' %}
{% block css %}
<style type="text/css">
.pagination {
float: right;
}
</style>
{% endblock %}