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.3.2 app/views/chaltron/logs/_log.html.erb
chaltron-0.3.1 app/views/chaltron/logs/_log.html.erb
chaltron-0.3.0 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.11 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.10 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.9 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.8 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.7 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.6 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.5 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.4 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.3 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.2 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.1 app/views/chaltron/logs/_log.html.erb
chaltron-0.2.0 app/views/chaltron/logs/_log.html.erb
chaltron-0.1.6 app/views/chaltron/logs/_log.html.erb
chaltron-0.1.5 app/views/chaltron/logs/_log.html.erb
chaltron-0.1.4 app/views/chaltron/logs/_log.html.erb
chaltron-0.1.3 app/views/chaltron/logs/_log.html.erb
chaltron-0.1.2 app/views/chaltron/logs/_log.html.erb