1 module AuthorizationHelper
2 include ActionView::Helpers::TranslationHelper
4 def authorization_scope(scope)
6 html << t("oauth.scopes.#{scope}")
7 if Oauth::MODERATOR_SCOPES.include? scope
9 html << role_icon_svg_tag("moderator", false, t("oauth.for_roles.moderator"), :class => "align-text-bottom")