Commit 64a5bcd1 authored by LUKE BENNETT's avatar LUKE BENNETT

Resolve _commit.html.haml conflicts

parent a856eeaa
...@@ -13,13 +13,10 @@ ...@@ -13,13 +13,10 @@
view_details, view_details,
commit.status(ref), commit.status(ref),
I18n.locale].compact I18n.locale].compact
<<<<<<< HEAD
-# EE-only -# EE-only
- show_project_name = local_assigns.fetch(:show_project_name, false) - show_project_name = local_assigns.fetch(:show_project_name, false)
- cache_key << show_project_name - cache_key << show_project_name
=======
>>>>>>> upstream/master
= cache(cache_key, expires_in: 1.day) do = cache(cache_key, expires_in: 1.day) do
%li.commit.flex-row.js-toggle-container{ id: "commit-#{commit.short_id}" } %li.commit.flex-row.js-toggle-container{ id: "commit-#{commit.short_id}" }
......
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