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.63 app/helpers/account/buttons_helper.rb
bullet_train-1.0.62 app/helpers/account/buttons_helper.rb
bullet_train-1.0.61 app/helpers/account/buttons_helper.rb
bullet_train-1.0.60 app/helpers/account/buttons_helper.rb
bullet_train-1.0.59 app/helpers/account/buttons_helper.rb
bullet_train-1.0.58 app/helpers/account/buttons_helper.rb
bullet_train-1.0.57 app/helpers/account/buttons_helper.rb
bullet_train-1.0.56 app/helpers/account/buttons_helper.rb
bullet_train-1.0.53 app/helpers/account/buttons_helper.rb
bullet_train-1.0.52 app/helpers/account/buttons_helper.rb
bullet_train-1.0.51 app/helpers/account/buttons_helper.rb
bullet_train-1.0.50 app/helpers/account/buttons_helper.rb
bullet_train-1.0.49 app/helpers/account/buttons_helper.rb
bullet_train-1.0.48 app/helpers/account/buttons_helper.rb
bullet_train-1.0.47 app/helpers/account/buttons_helper.rb
bullet_train-1.0.46 app/helpers/account/buttons_helper.rb
bullet_train-1.0.45 app/helpers/account/buttons_helper.rb
bullet_train-1.0.42 app/helpers/account/buttons_helper.rb
bullet_train-1.0.41 app/helpers/account/buttons_helper.rb
bullet_train-1.0.40 app/helpers/account/buttons_helper.rb