Change tips on /profile
Created by: redorkulated
Hello all, I would submit a patch for this but I do not have the first clue on ruby programming (C/PHP programmer ;p)! Could it be possible in the config (in the gravatar section) to have a change_url and change_url_text which change the Tips section on the profile page (app/views/profiles/show.html.haml). Something like:
You can change your avatar at #{link_to Gitlab.config.gravatar.change_url_text, Gitlab.config.gravatar.change_url}
This then could allow a bit more of a stream line process if a custom gravatar provider is used (say an internal solution).
Michael