Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ def render_custom_fields_rows_with_multi_column(issue)
if value.custom_field.multi_column?
s << "</tr></table>\n"
s << "<hr />\n"
s << "<div class=\"wiki\">\n"
s << "<strong>#{ h(value.custom_field.name) }</strong><p>#{ simple_format_without_paragraph(h(show_value(value))) }</p>\n"
s << "</div>\n"
s << "\t<table><th style=\"vertical-align:top;text-align:left;width: 200px;\">#{ h(value.custom_field.name) }:</th><td>#{ simple_format_without_paragraph(h(show_value(value))) }</td></table>\n"
s << "<table class=\"attributes\">"
n = 0
else
Expand Down