Update view.html.erb

This commit is contained in:
2016-09-02 10:59:55 -04:00
committed by GitHub
parent 806b4719fe
commit f087d3c6c0

View File

@@ -1,2 +1,2 @@
<h2>Customer View:</h2>
<%= render :partial => 'issues/show', locals: {issue: @issue} %>
<%= render 'issues/show'%>