about summary refs log tree commit diff
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2021-04-17 11:12:49 +0200
committerGitHub <noreply@github.com>2021-04-17 11:12:49 +0200
commit480d7c9478a9be3ac668b21402a269db41b10b18 (patch)
tree4504c4bedb85d0b933f8f14cef16fb2d216c6f22 /app/helpers/application_helper.rb
parentb3ceb3dcc4df62803aa967d7aecee686973a8996 (diff)
Fix missing source strings and inconsistent lead text style in admin UI (#16052)
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index bf5742d34..fc2d2fea9 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -91,8 +91,6 @@ module ApplicationHelper
       fa_icon('unlock', title: I18n.t('statuses.visibilities.unlisted'))
     elsif status.private_visibility? || status.limited_visibility?
       fa_icon('lock', title: I18n.t('statuses.visibilities.private'))
-    elsif status.direct_visibility?
-      fa_icon('envelope', title: I18n.t('statuses.visibilities.direct'))
     end
   end