Module: Bootsy::ApplicationHelper

Defined in:
app/helpers/bootsy/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#refresh_btnObject



3
4
5
# File 'app/helpers/bootsy/application_helper.rb', line 3

def refresh_btn
  link_to t('bootsy.action.refresh'), '#refresh-gallery', class: 'btn btn-default btn-sm refresh-btn'
end

#resource_or_nil(resource) ⇒ Object



7
8
9
# File 'app/helpers/bootsy/application_helper.rb', line 7

def resource_or_nil resource
  resource if resource.present? && resource.persisted?
end