Update view.html.erb

This commit is contained in:
2016-09-02 11:09:12 -04:00
committed by GitHub
parent e1db312982
commit af25326c23

View File

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