Fixed custom field redering

This commit is contained in:
2018-07-31 15:22:46 -04:00
parent f2dd500536
commit b0a66aba0a

View File

@@ -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) %>
</div>