summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2018-02-22 13:53:35 -0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2018-02-22 13:59:14 -0300
commita8c523d98b7dc18eae973b70e7743e8551dc09fd (patch)
treeaf85d53868c7ed0317c481447499d084ca2811f2 /app/views/projects/show.html.haml
parentdcac35b48487bb18fb5d9e59dcd3690627a20bbf (diff)
downloadgitlab-ce-a8c523d98b7dc18eae973b70e7743e8551dc09fd.tar.gz
Move project presenter instance creation to controller
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 9b2045f396b..fa281327eb7 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -1,7 +1,6 @@
- @no_container = true
- breadcrumb_title "Details"
- @content_class = "limit-container-width" unless fluid_layout
-- @project = @project.present(current_user: current_user)
- show_auto_devops_callout = show_auto_devops_callout?(@project)
= content_for :meta_tags do