Sha256: 460ed82d9618327e9cf09b9e43eaf6e31b9580bd091ba564761234e79e9fbc4b

Contents?: true

Size: 217 Bytes

Versions: 19

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

# Overrides for functions used in helpers.
module ThemeLoginHelper
  def login_props
    super.merge(
      logoSrc: image_path('foreman_theme_satellite/login_logo.svg')
    )
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
foreman_theme_satellite-14.3.1 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.3.5 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.3.4 app/helpers/theme_login_helper.rb
foreman_theme_satellite-14.3.0 app/helpers/theme_login_helper.rb
foreman_theme_satellite-14.2.0 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.3.3 app/helpers/theme_login_helper.rb
foreman_theme_satellite-14.1.0 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.3.2 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.3.1 app/helpers/theme_login_helper.rb
foreman_theme_satellite-14.0.1 app/helpers/theme_login_helper.rb
foreman_theme_satellite-14.0.0 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.3.0 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.2.5 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.2.4 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.2.3 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.2.2 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.2.1 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.2.0 app/helpers/theme_login_helper.rb
foreman_theme_satellite-13.1.0 app/helpers/theme_login_helper.rb