about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-12-23 00:45:16 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-12-23 00:45:16 +0100
commit26f969665dee822bdea9abbe8061ae42fa610917 (patch)
treed418416f0bbe615db30f572190a69354037f8d4a /app
parentb191afcb5bb19e11b340a5092b3205ac67b4e4a7 (diff)
Fix alignment
Diffstat (limited to 'app')
-rw-r--r--app/views/follow_requests/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/follow_requests/index.html.haml b/app/views/follow_requests/index.html.haml
index 9db2d5c42..8c83488de 100644
--- a/app/views/follow_requests/index.html.haml
+++ b/app/views/follow_requests/index.html.haml
@@ -9,7 +9,7 @@
       - @follow_requests.each do |follow_request|
         %tr
           %td= link_to follow_request.account.acct, web_path("accounts/#{follow_request.account.id}")
-          %td
+          %td{ style: 'text-align: right' }
             = table_link_to 'check-circle', t('follow_requests.authorize'), authorize_follow_request_path(follow_request), method: :post
             = table_link_to 'times-circle', t('follow_requests.reject'), reject_follow_request_path(follow_request), method: :post