Commit 0422599f authored by Sean McGivern's avatar Sean McGivern

Remove EE-specific code from blob header

parent a170c587
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
= view_on_environment_button(@commit.sha, @path, @environment) if @environment = view_on_environment_button(@commit.sha, @path, @environment) if @environment
.btn-group{ role: "group" }< .btn-group{ role: "group" }<
= render_if_exists 'projects/blob/header_file_locks_link'
= edit_blob_button = edit_blob_button
= ide_edit_button = ide_edit_button
- if current_user - if current_user
...@@ -18,3 +19,4 @@ ...@@ -18,3 +19,4 @@
= delete_blob_link = delete_blob_link
= render 'projects/fork_suggestion' = render 'projects/fork_suggestion'
= render_if_exists 'projects/blob/header_file_locks', project: @project, path: @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