Commit 04729350 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve conflicts for application_helper.rb

parent 6724cabe
......@@ -2,11 +2,8 @@ require 'digest/md5'
require 'uri'
module ApplicationHelper
<<<<<<< HEAD
prepend EE::ApplicationHelper
=======
>>>>>>> upstream/master
# See https://docs.gitlab.com/ee/development/ee_features.html#code-in-app-views
def render_if_exists(partial, locals = {})
render(partial, locals) if lookup_context.exists?(partial, [], true)
......
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