Sha256: e33843048b49ad6aa55cb0f64495cbbfc095457f17e2f347b8cc5e0d0c7f126d
Contents?: true
Size: 607 Bytes
Versions: 3
Compression:
Stored size: 607 Bytes
Contents
<% @title = 'Diagnostics' %> <div id="one-column"> <fieldset> <legend>System Checks</legend> <table> <% @checks.each do |check| %> <tr> <td class="name"> <%= render :partial => 'check', :locals => {:check => check} %> </td> <td class="diagnostic-data"> <%= check.data.attributes(:html).join('<br />') %> <%= check.data.lists(:html).join('<br />') %> <%= check.data.texts(:html) %> <%= check.data.tables(:html) %> </td> </tr> <% end %> </table> </fieldset> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
diagnostics-0.0.4 | app/views/diagnostics/index.html.erb |
diagnostics-0.0.3 | app/views/diagnostics/index.html.erb |
diagnostics-0.0.2 | app/views/diagnostics/index.html.erb |