Wrong number of arguments calling `http_url_to_repo` on cloning project Wikis
Created by @stanhu.
https://sentry.gitlap.com/gitlab/gitlabcom/issues/23681/
ArgumentError: wrong number of arguments (given 1, expected 0)
app/models/project_wiki.rb:47:in `http_url_to_repo'
def http_url_to_repo
app/helpers/button_helper.rb:37:in `http_clone_button'
href: (project.http_url_to_repo(current_user) if append_link),
app/views/shared/_clone_panel.html.haml:18:in `_app_views_shared__clone_panel_html_haml___3536968313823273127_70013549089940'
= http_clone_button(project)
app/views/projects/wikis/git_access.html.haml:13:in `_app_views_projects_wikis_git_access_html_haml___1293049922981622553_70013547543000'
= render "shared/clone_panel", project: @project_wiki
lib/gitlab/middleware/multipart.rb:93:in `call'
return @app.call(env) if encoded_message.blank?
...
(144 additional frame(s) were not displayed)
ActionView::Template::Error: wrong number of arguments (given 1, expected 0)
ActionView::Template::Error: wrong number of arguments (given 1, expected 0)