diff --git a/app/views/admin/accounts/_account.html.haml b/app/views/admin/accounts/_account.html.haml index 6baa849c1..8c587cf8c 100644 --- a/app/views/admin/accounts/_account.html.haml +++ b/app/views/admin/accounts/_account.html.haml @@ -27,4 +27,4 @@ %td = number_with_delimiter account.followers_count %td - \- + = table_link_to 'trash', t('admin.accounts.web'), web_path("accounts/#{account.id}/action/new?type=suspend") diff --git a/db/migrate/20190827120456_create_user_groups.rb b/db/migrate/20190827120456_create_user_groups.rb index 989f50877..d41637729 100644 --- a/db/migrate/20190827120456_create_user_groups.rb +++ b/db/migrate/20190827120456_create_user_groups.rb @@ -11,4 +11,4 @@ class CreateUserGroups < ActiveRecord::Migration[5.2] t.timestamps end end -end +endvu