Commit 66e072e5 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Remove more duplicated methods in app/helpers/import_helper.rb

parent 1fe78ede
......@@ -36,18 +36,6 @@ module ImportHelper
_('Please wait while we import the repository for you. Refresh at will.')
end
def import_in_progress_title
if @project.forked?
_('Forking in progress')
else
_('Import in progress')
end
end
def import_wait_and_refresh_message
_('Please wait while we import the repository for you. Refresh at will.')
end
private
def github_project_url(full_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment