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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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