%= form_for "/social-action" => (method => 'POST') => begin %= csrf_field %= hidden_field redirect_to => '/account' % my $count = scalar @{$entries}; % if ($type eq 'follow-requests-received') {

Erhaltene Folge-Anfragen

% if ($notifications) {
% }
block
Blockieren
cancel
Ablehnen
check
Annehmen
% } % elsif ($type eq 'follow-requests-sent') {

Gestellte Folge-Anfragen

cancel
Zurücknehmen
% } % elsif ($type eq 'followers') {
% if ($count == 1) {

Dir folgt ein Account

% } % else {

Dir folgen <%= $count %> Accounts

% }
block
Blockieren
remove
Entfernen
person_add
Zurückfolgen
access_time
Folgen angefragt
group
Du folgst diesem Account
% } % elsif ($type eq 'follows') {
% if ($count == 1) {

Du folgst einem Account

% } % else {

Du folgst <%= $count %> Accounts

% }
group
Folgt dir
remove
Nicht mehr folgen
% } % elsif ($type eq 'blocks') {

Blockierte Accounts

Blockierte Accounts können dir nicht folgen und keine Folge-Anfragen stellen. Sie haben weiterhin Zugriff auf deine als öffentlich oder travelynx-intern markierten Checkins.

remove
Entblockieren
% } %= end
%= form_for "/social-action" => (method => 'POST') => begin %= csrf_field %= hidden_field redirect_to => "/account/social/$type" % for my $entry (@{$entries}) { % if ($type eq 'follow-requests-received') { % } % elsif ($type eq 'follow-requests-sent') { % } % elsif ($type eq 'followers') { % } % elsif ($type eq 'follows') { % } % elsif ($type eq 'blocks') { % } % }
<%= $entry->{name} %> % if ($entry->{following_back}) { group % } % elsif ($entry->{followback_requested}) { access_time % } % elsif ($entry->{can_follow_back} or $entry->{can_request_follow_back}) { % } % if ($entry->{following_back}) { group % }
%= end