Commit a8dc5afb authored by Dennis Tang's avatar Dennis Tang

Update app/helpers/button_helper.rb

parent 4f74e882
...@@ -92,7 +92,6 @@ module ButtonHelper ...@@ -92,7 +92,6 @@ module ButtonHelper
class: "#{title.downcase}-selector", class: "#{title.downcase}-selector",
href: (href if href), href: (href if href),
data: (data if data) data: (data if data)
<<<<<<< HEAD
end end
def kerberos_clone_button(project) def kerberos_clone_button(project)
...@@ -118,7 +117,5 @@ module ButtonHelper ...@@ -118,7 +117,5 @@ module ButtonHelper
data: data, data: data,
type: :button, type: :button,
title: 'See Geo-specific instructions' title: 'See Geo-specific instructions'
=======
>>>>>>> upstream/master
end end
end end
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