Sha256: b8bcfa13de12ed8de1b75882a5a0fc54890a040e54d86fb8cb92e5d475f84d07

Contents?: true

Size: 932 Bytes

Versions: 94

Compression:

Stored size: 932 Bytes

Contents

<h3><%=name.demodulize%></h3>
<%='<h3 class="error">Inconsistency Detected</h3>' unless consistent %>
<div class="wrapper">
  <table>
    <%# create node table headers if applicable %>
    <tr>
      <%='<th></th>' unless success %>
      <% data.keys.each do |node| %>
        <th <%='colspan="2"' if success %> scope="col">
          <%= success ? 'consistent' : node %>
        </th>
        <% break if success %>
      <% end %>
    </tr>
    <%# create row headers and display node results %>
    <% data.values.map{|v| v.keys}.flatten.compact.uniq.each do |test| %>
      <tr>
        <th class="data" scope="row"><%= test %></th>
        <% data.values.each do |diagnostic| %>
          <td class="overflow <%= display_info_css(diagnostic[test]) %>">
            <%= display_info_description(diagnostic[test]) %>
          </td>
          <% break if success %>
        <% end %>
      </tr>
    <% end %>
  </table>
</div>

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
marty-14.3.0 app/views/marty/diagnostic/diag.html.erb
marty-14.0.0 app/views/marty/diagnostic/diag.html.erb
marty-13.0.2 app/views/marty/diagnostic/diag.html.erb
marty-11.0.0 app/views/marty/diagnostic/diag.html.erb
marty-10.0.3 app/views/marty/diagnostic/diag.html.erb
marty-10.0.2 app/views/marty/diagnostic/diag.html.erb
marty-10.0.0 app/views/marty/diagnostic/diag.html.erb
marty-9.5.1 app/views/marty/diagnostic/diag.html.erb
marty-9.5.0 app/views/marty/diagnostic/diag.html.erb
marty-9.3.3 app/views/marty/diagnostic/diag.html.erb
marty-9.3.2 app/views/marty/diagnostic/diag.html.erb
marty-9.3.0 app/views/marty/diagnostic/diag.html.erb
marty-8.5.0 app/views/marty/diagnostic/diag.html.erb
marty-8.4.1 app/views/marty/diagnostic/diag.html.erb
marty-8.3.1 app/views/marty/diagnostic/diag.html.erb
marty-8.2.0 app/views/marty/diagnostic/diag.html.erb
marty-8.0.0 app/views/marty/diagnostic/diag.html.erb
marty-6.1.0 app/views/marty/diagnostic/diag.html.erb
marty-5.2.0 app/views/marty/diagnostic/diag.html.erb
marty-5.1.4 app/views/marty/diagnostic/diag.html.erb