app/helpers/tramway/landing/application_helper.rb in tramway-landing-3.3.0.2 vs app/helpers/tramway/landing/application_helper.rb in tramway-landing-3.3.0.3

- old
+ new

@@ -3,9 +3,10 @@ module Tramway module Landing module ApplicationHelper include Tramway::Admin::RussianCasesHelper include Tramway::Profiles::LinksHelper if defined?(::Tramway::Profiles) + include ::FontAwesome5::Rails::IconHelper def actual_forms(forms) forms = forms.reject { |f| f.form_name == 'user_sign_up' } if @signed_in forms = forms.reject { |f| f.form_name == 'user_sign_in' } if @signed_in forms