Browse Source

fix event text margins

main
ghost 1 year ago
parent
commit
038abfbb52
  1. 2
      templates/default/activity/event/torrent/add.html.twig
  2. 2
      templates/default/activity/event/torrent/download/file/add.html.twig
  3. 2
      templates/default/activity/event/torrent/download/magnet/add.html.twig
  4. 4
      templates/default/activity/event/torrent/locales/add.html.twig
  5. 2
      templates/default/activity/event/torrent/star/add.html.twig
  6. 2
      templates/default/activity/event/torrent/star/delete.html.twig
  7. 2
      templates/default/activity/event/undefined.html.twig
  8. 2
      templates/default/activity/event/user/add.html.twig
  9. 2
      templates/default/activity/event/user/approve/add.html.twig
  10. 2
      templates/default/activity/event/user/approve/delete.html.twig
  11. 2
      templates/default/activity/event/user/moderator/add.html.twig
  12. 2
      templates/default/activity/event/user/moderator/delete.html.twig
  13. 2
      templates/default/activity/event/user/star/add.html.twig
  14. 2
      templates/default/activity/event/user/star/delete.html.twig
  15. 2
      templates/default/activity/event/user/status/add.html.twig
  16. 2
      templates/default/activity/event/user/status/delete.html.twig

2
templates/default/activity/event/torrent/add.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'added torrent' | trans }}
</span>
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">

2
templates/default/activity/event/torrent/download/file/add.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-x-l-px">
{{ 'downloaded torrent file' | trans }}
</span>
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">

2
templates/default/activity/event/torrent/download/magnet/add.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'downloaded magnet link' | trans }}
</span>
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">

4
templates/default/activity/event/torrent/locales/add.html.twig

@ -3,7 +3,9 @@ @@ -3,7 +3,9 @@
<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 }}" />
</a>
{{ 'added locales edition' | trans }}
<span class="margin-l-4-px">
{{ 'added locales edition' | trans }}
</span>
{% if torrent.locales.exist %}
<a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}">
#{{ torrent.locales.id }}

2
templates/default/activity/event/torrent/star/add.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'added star for torrent' | trans }}
</span>
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">

2
templates/default/activity/event/torrent/star/delete.html.twig

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'removed star from torrent' | trans }}
</span>
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">

2
templates/default/activity/event/undefined.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'undefined event' | trans }}
</span>
</div>

2
templates/default/activity/event/user/add.html.twig

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'joined' | trans }} {{ name }}
</span>
</div>

2
templates/default/activity/event/user/approve/add.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'approved by' | trans }}
</span>
<a href="{{ path('user_info', { userId : by.user.id }) }}">

2
templates/default/activity/event/user/approve/delete.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'disapproved by' | trans }}
</span>
<a href="{{ path('user_info', { userId : by.user.id }) }}">

2
templates/default/activity/event/user/moderator/add.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'grant moderator permissions to' | trans }}
</span>
<a href="{{ path('user_info', { userId : user.id }) }}">

2
templates/default/activity/event/user/moderator/delete.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'remove moderator permissions from' | trans }}
</span>
<a href="{{ path('user_info', { userId : user.id }) }}">

2
templates/default/activity/event/user/star/add.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'added star for' | trans }}
</span>
<a href="{{ path('user_info', { userId : by.user.id }) }}">

2
templates/default/activity/event/user/star/delete.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'removed star from' | trans }}
</span>
<a href="{{ path('user_info', { userId : by.user.id }) }}">

2
templates/default/activity/event/user/status/add.html.twig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'enable user' | trans }}
</span>
<a href="{{ path('user_info', { userId : user.id }) }}">

2
templates/default/activity/event/user/status/delete.html.twig

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<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 }}" />
</a>
<span class="margin-x-4-px">
<span class="margin-l-4-px">
{{ 'diable user' | trans }}
</span>
<a href="{{ path('user_info', { userId : user.id }) }}">

Loading…
Cancel
Save