Sha256: 3b41ff81cf197945b6ad5278b71123bb14a3bda586f9ce05f12fd7ea761171f0
Contents?: true
Size: 758 Bytes
Versions: 94
Compression:
Stored size: 758 Bytes
Contents
<div class="Vlt-table Vlt-table--bordered"> <table> <thead> <th>Error ID</th> <th>Information</th> <th class="small-2">Actions</th> </thead> <tbody> <% errors.each do |error| %> <tr id="<%= error.id %>"> <td><code><%= error.id %></code></td> <td> <b>Details:</b> <p><%= error.description.render_markdown %></p> <% if error.resolution %> <b>Resolution:</b> <%= error.resolution.render_markdown %> <% end %> </td> <td> <% if error.link %> <%= link_to error.link.text, error.link.url, class: 'Vlt-btn Vlt-btn--secondary Vlt-btn--app' %> <% end %> </td> </tr> <% end %> </tbody> </table> </div>
Version data entries
94 entries across 94 versions & 1 rubygems