Project

General

Profile

Download (523 Bytes) Statistics
| Branch: | Tag: | Revision:
<table id='report_log' class="table table-bordered table-striped">
<tr>
<th><%= _("Level") %></th><th><%= _("Resource") %></th><th><%= _("message") %></th>
</tr>
<% logs.each do |log| %>
<tr>
<td><span <%= report_tag log.level %>><%= h log.level %></span></td>
<td><%= h log.source %></td>
<td><%= h log.message %></td>
</tr>
<% end %>
<tr id='ntsh' <%= "style='display: none;'".html_safe if logs.size > 0%>><td colspan="3"> <%= _("Nothing to show") %> </td></tr>
</table>
(3-3/6)