Update view.html.erb

This commit is contained in:
2016-09-02 11:28:06 -04:00
committed by GitHub
parent d1c6492ea3
commit 53a1be9761

View File

@@ -1,4 +1,4 @@
<h2>Customer View:</h2>
<h2><%= issue_heading(@issue) %></h2>
<div class="<%= @issue.css_classes %> details">
<% if @prev_issue_id || @next_issue_id %>