Sha256: c6bfb848f15540ccd3ff012230669896116b645a3ceab344fd9bba72626c2ee9

Contents?: true

Size: 359 Bytes

Versions: 22

Compression:

Stored size: 359 Bytes

Contents

<tr>
  <td>
    <%= tag_label(I18n.t("chaltron.logs.severity.#{log.severity}"), bootstrap_severity(log.severity)) %>
  </td>
  <td class='date'>
    <%= l(log.created_at, format: :short) %>
  </td>
  <td class='message'>
    <%= link_to(log.message, log) %>
  </td>
  <td class='category'>
    <%= t("chaltron.logs.category.#{log.category}") %>
  </td>
</tr>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
chaltron-0.1.1 app/views/chaltron/logs/_log.html.erb
chaltron-0.1.0 app/views/chaltron/logs/_log.html.erb