Module: ProfileHelper

Defined in:
app/helpers/profile_helper.rb

Instance Method Summary collapse

Instance Method Details

#edit_profile_buttonObject



2
3
4
# File 'app/helpers/profile_helper.rb', line 2

def edit_profile_button
  link_to t(:edit_profile), edit_user_path, class: 'btn btn-success'
end