fix events grid

This commit is contained in:
ghost 2023-10-12 02:44:58 +03:00
parent f56f07ac29
commit cf9b8de29f
23 changed files with 390 additions and 295 deletions

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'added torrent' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {{ 'added torrent' | trans }}
{{ torrent.name }} </span>
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'downloaded torrent file' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {{ 'downloaded torrent file' | trans }}
{{ torrent.name }} </span>
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'downloaded magnet link' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {{ 'downloaded magnet link' | trans }}
{{ torrent.name }} </span>
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,18 +1,22 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'added locales edition' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{% if torrent.locales.exist %} </a>
<a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}"> {{ 'added locales edition' | trans }}
#{{ torrent.locales.id }} {% if torrent.locales.exist %}
</a> <a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}">
{% else %} #{{ torrent.locales.id }}
#{{ torrent.locales.id }} </a>
{% endif %} {% else %}
{{ 'for torrent' | trans }} #{{ torrent.locales.id }}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {% endif %}
{{ torrent.name }} {{ 'for torrent' | trans }}
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,18 +1,22 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'approved locales edition' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{% if torrent.locales.exist %} </a>
<a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}"> {{ 'approved locales edition' | trans }}
#{{ torrent.locales.id }} {% if torrent.locales.exist %}
</a> <a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}">
{% else %} #{{ torrent.locales.id }}
#{{ torrent.locales.id }} </a>
{% endif %} {% else %}
{{ 'for torrent' | trans }} #{{ torrent.locales.id }}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {% endif %}
{{ torrent.name }} {{ 'for torrent' | trans }}
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,18 +1,22 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'disapproved locales edition' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{% if torrent.locales.exist %} </a>
<a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}"> {{ 'disapproved locales edition' | trans }}
#{{ torrent.locales.id }} {% if torrent.locales.exist %}
</a> <a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}">
{% else %} #{{ torrent.locales.id }}
#{{ torrent.locales.id }} </a>
{% endif %} {% else %}
{{ 'for torrent' | trans }} #{{ torrent.locales.id }}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {% endif %}
{{ torrent.name }} {{ 'for torrent' | trans }}
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,18 +1,22 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'deleted locales edition' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{% if torrent.locales.exist %} </a>
<a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}"> {{ 'deleted locales edition' | trans }}
#{{ torrent.locales.id }} {% if torrent.locales.exist %}
</a> <a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}">
{% else %} #{{ torrent.locales.id }}
#{{ torrent.locales.id }} </a>
{% endif %} {% else %}
{{ 'for torrent' | trans }} #{{ torrent.locales.id }}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {% endif %}
{{ torrent.name }} {{ 'for torrent' | trans }}
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,18 +1,22 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'added sensitive edition' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{% if torrent.sensitive.exist %} </a>
<a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}"> {{ 'added sensitive edition' | trans }}
#{{ torrent.sensitive.id }} {% if torrent.sensitive.exist %}
</a> <a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}">
{% else %} #{{ torrent.sensitive.id }}
#{{ torrent.sensitive.id }} </a>
{% endif %} {% else %}
{{ 'for torrent' | trans }} #{{ torrent.sensitive.id }}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {% endif %}
{{ torrent.name }} {{ 'for torrent' | trans }}
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,18 +1,22 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'approved sensitive edition' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{% if torrent.sensitive.exist %} </a>
<a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}"> {{ 'approved sensitive edition' | trans }}
#{{ torrent.sensitive.id }} {% if torrent.sensitive.exist %}
</a> <a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}">
{% else %} #{{ torrent.sensitive.id }}
#{{ torrent.sensitive.id }} </a>
{% endif %} {% else %}
{{ 'for torrent' | trans }} #{{ torrent.sensitive.id }}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {% endif %}
{{ torrent.name }} {{ 'for torrent' | trans }}
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,18 +1,22 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'disapproved sensitive edition' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{% if torrent.sensitive.exist %} </a>
<a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}"> {{ 'disapproved sensitive edition' | trans }}
#{{ torrent.sensitive.id }} {% if torrent.sensitive.exist %}
</a> <a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}">
{% else %} #{{ torrent.sensitive.id }}
#{{ torrent.sensitive.id }} </a>
{% endif %} {% else %}
{{ 'for torrent' | trans }} #{{ torrent.sensitive.id }}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {% endif %}
{{ torrent.name }} {{ 'for torrent' | trans }}
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,18 +1,22 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'deleted sensitive edition' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{% if torrent.sensitive.exist %} </a>
<a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}"> {{ 'deleted sensitive edition' | trans }}
#{{ torrent.sensitive.id }} {% if torrent.sensitive.exist %}
</a> <a href="{{ path('torrent_sensitive_edit', { torrentId : torrent.id, torrentSensitiveId : torrent.sensitive.id }) }}">
{% else %} #{{ torrent.sensitive.id }}
#{{ torrent.sensitive.id }} </a>
{% endif %} {% else %}
{{ 'for torrent' | trans }} #{{ torrent.sensitive.id }}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {% endif %}
{{ torrent.name }} {{ 'for torrent' | trans }}
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'added star to torrent' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> {{ 'added star to torrent' | trans }}
{{ torrent.name }} </span>
</a> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
<div class="float-right"> {{ torrent.name }}
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,17 @@
<a href="{{ path('user_info', { userId : user.id }) }}">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="row">
</a> <div class="column width-80">
<span class="margin-x-4-px"> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'removed star from torrent' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
</span> </a>
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> <span class="margin-x-4-px">
{{ torrent.name }} {{ 'removed star from torrent' | trans }}
</a> </span>
<div class="float-right"> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
{{ added | format_ago }} {{ torrent.name }}
</a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,9 +1,13 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'undefined event' | trans }} </a>
</span> <span class="margin-x-4-px">
<div class="float-right"> {{ 'undefined event' | trans }}
{{ added | format_ago }} </span>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,9 +1,14 @@
<a href="{{ path('user_info', { userId : user.id }) }}">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="row">
</a> <div class="column width-80">
<span class="margin-x-4-px"> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ 'joined' | trans }} {{ name }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
</span> </a>
<div class="float-right"> <span class="margin-x-4-px">
{{ added | format_ago }} {{ 'joined' | trans }} {{ name }}
</span>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'approved by' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('user_info', { userId : by.user.id }) }}"> {{ 'approved by' | trans }}
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" /> </span>
</a> <a href="{{ path('user_info', { userId : by.user.id }) }}">
<div class="float-right"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'disapproved by' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('user_info', { userId : by.user.id }) }}"> {{ 'disapproved by' | trans }}
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" /> </span>
</a> <a href="{{ path('user_info', { userId : by.user.id }) }}">
<div class="float-right"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : by.user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : by.user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'grant moderator permissions to' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('user_info', { userId : user.id }) }}"> {{ 'grant moderator permissions to' | trans }}
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> </span>
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<div class="float-right"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : by.user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : by.user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'remove moderator permissions from' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('user_info', { userId : user.id }) }}"> {{ 'remove moderator permissions from' | trans }}
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> </span>
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<div class="float-right"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'added star to' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('user_info', { userId : by.user.id }) }}"> {{ 'added star to' | trans }}
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" /> </span>
</a> <a href="{{ path('user_info', { userId : by.user.id }) }}">
<div class="float-right"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'removed star from' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('user_info', { userId : by.user.id }) }}"> {{ 'removed star from' | trans }}
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" /> </span>
</a> <a href="{{ path('user_info', { userId : by.user.id }) }}">
<div class="float-right"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,16 @@
<a href="{{ path('user_info', { userId : by.user.id }) }}"> <div class="row">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="column width-80">
</a> <a href="{{ path('user_info', { userId : by.user.id }) }}">
<span class="margin-x-4-px"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ 'enable user' | trans }} </a>
</span> <span class="margin-x-4-px">
<a href="{{ path('user_info', { userId : user.id }) }}"> {{ 'enable user' | trans }}
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> </span>
</a> <a href="{{ path('user_info', { userId : user.id }) }}">
<div class="float-right"> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
{{ added | format_ago }} </a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>

View File

@ -1,12 +1,17 @@
<a href="{{ path('user_info', { userId : by.user.id }) }}">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" /> <div class="row">
</a> <div class="column width-80">
<span class="margin-x-4-px"> <a href="{{ path('user_info', { userId : by.user.id }) }}">
{{ 'diable user' | trans }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ by.user.identicon }}" alt="{{ 'identicon' | trans }}" />
</span> </a>
<a href="{{ path('user_info', { userId : user.id }) }}"> <span class="margin-x-4-px">
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> {{ 'diable user' | trans }}
</a> </span>
<div class="float-right"> <a href="{{ path('user_info', { userId : user.id }) }}">
{{ added | format_ago }} <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
</a>
</div>
<div class="column width-20 text-right">
{{ added | format_ago }}
</div>
</div> </div>