diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index 6c3501961..632affb27 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -173,8 +173,8 @@ module RepositoriesHelper content = content.gsub("(#{s[0]})", "(/#{s_content})") end end - rescue - next + # rescue + # next end end end