Sha256: da1b376b8c8bfb68abe9c4240445e14000cf9017c340d50b9daaf56f7baf87c8

Contents?: true

Size: 214 Bytes

Versions: 234

Compression:

Stored size: 214 Bytes

Contents

module Account::ButtonsHelper
  def first_button_primary(context = nil)
    @global ||= {}

    if !@global[context]
      @global[context] = true
      "button"
    else
      "button-secondary"
    end
  end
end

Version data entries

234 entries across 234 versions & 1 rubygems

Version Path
bullet_train-1.0.39 app/helpers/account/buttons_helper.rb
bullet_train-1.0.38 app/helpers/account/buttons_helper.rb
bullet_train-1.0.37 app/helpers/account/buttons_helper.rb
bullet_train-1.0.36 app/helpers/account/buttons_helper.rb
bullet_train-1.0.35 app/helpers/account/buttons_helper.rb
bullet_train-1.0.34 app/helpers/account/buttons_helper.rb
bullet_train-1.0.33 app/helpers/account/buttons_helper.rb
bullet_train-1.0.32 app/helpers/account/buttons_helper.rb
bullet_train-1.0.31 app/helpers/account/buttons_helper.rb
bullet_train-1.0.30 app/helpers/account/buttons_helper.rb
bullet_train-1.0.29 app/helpers/account/buttons_helper.rb
bullet_train-1.0.28 app/helpers/account/buttons_helper.rb
bullet_train-1.0.27 app/helpers/account/buttons_helper.rb
bullet_train-1.0.26 app/helpers/account/buttons_helper.rb
bullet_train-1.0.25 app/helpers/account/buttons_helper.rb
bullet_train-1.0.24 app/helpers/account/buttons_helper.rb
bullet_train-1.0.23 app/helpers/account/buttons_helper.rb
bullet_train-1.0.22 app/helpers/account/buttons_helper.rb
bullet_train-1.0.21 app/helpers/account/buttons_helper.rb
bullet_train-1.0.20 app/helpers/account/buttons_helper.rb