Project

General

Profile

« Previous | Next » 

Revision 7c02963d

Added by Dominic Cleal over 11 years ago

  • ID 7c02963d22535a5bd3567b1ee438918517eee7e6

fixes #2042 - fix CSS classes added to filter levels

View differences:

app/views/reports/_output.html.erb
<td><%= h log.message %></td>
</tr>
<% end -%>
<tr id='ntsh' <%= "style='display: none;'" if logs.size > 0%>><td colspan="3"> Nothing to show </td></tr>
</table>
<tr id='ntsh' <%= "style='display: none;'".html_safe if logs.size > 0%>><td colspan="3"> Nothing to show </td></tr>
</table>

Also available in: Unified diff