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.19 app/helpers/account/buttons_helper.rb
bullet_train-1.0.18 app/helpers/account/buttons_helper.rb
bullet_train-1.0.17 app/helpers/account/buttons_helper.rb
bullet_train-1.0.16 app/helpers/account/buttons_helper.rb
bullet_train-1.0.15 app/helpers/account/buttons_helper.rb
bullet_train-1.0.14 app/helpers/account/buttons_helper.rb
bullet_train-1.0.13 app/helpers/account/buttons_helper.rb
bullet_train-1.0.12 app/helpers/account/buttons_helper.rb
bullet_train-1.0.11 app/helpers/account/buttons_helper.rb
bullet_train-1.0.10 app/helpers/account/buttons_helper.rb
bullet_train-1.0.9 app/helpers/account/buttons_helper.rb
bullet_train-1.0.8 app/helpers/account/buttons_helper.rb
bullet_train-1.0.7 app/helpers/account/buttons_helper.rb
bullet_train-1.0.6 app/helpers/account/buttons_helper.rb