Project

General

Profile

Download (477 Bytes) Statistics
| Branch: | Tag: | Revision:
82e47ae0 Amos Benari
<table id='report_log' class="table table-bordered table-striped">
be43ec3c Amos Benari
<tr>
<th>Level</th><th>Resource</th><th>message</th>
</tr>
adb0dfd9 Ohad Levy
<% logs.each do |log| -%>
be43ec3c Amos Benari
<tr>
<td><span <%= report_tag log.level %>><%= h log.level %></span></td>
<td><%= h log.source %></td>
<td><%= h log.message %></td>
</tr>
adb0dfd9 Ohad Levy
<% end -%>
7c02963d Dominic Cleal
<tr id='ntsh' <%= "style='display: none;'".html_safe if logs.size > 0%>><td colspan="3"> Nothing to show </td></tr>
</table>