From b0a66aba0a3c9b1eff6754e08b91a8a56ba4fadc Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 31 Jul 2018 15:22:46 -0400 Subject: [PATCH] Fixed custom field redering --- app/views/customers/view.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb index 7339ef8..a059c8d 100644 --- a/app/views/customers/view.html.erb +++ b/app/views/customers/view.html.erb @@ -48,7 +48,7 @@ This customer link expires in <%= distance_of_time_in_words(Time.now, @token.exp end #end end %> -<%= render_custom_fields_rows(@issue) %> +<%= render_full_width_custom_fields_rows(@issue) %> <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %>