Sha256: a67e0b8d12d6b9ab55a3cb86e3ef3e1fe6da994e30b441f0a013325b4c467385
Contents?: true
Size: 454 Bytes
Versions: 66
Compression:
Stored size: 454 Bytes
Contents
<h3>Their Version (v<%= other_version.version %>)</h3> <table id="diff"> <tr> <th>Field</th> <th>Value</th> </tr> <% other_version.attributes.to_a.reject{|e| ['id', 'deleted','version','lock_version','created_at','updated_by_id','updated_at','version_comment', 'published','hidden','archived'].include?(e.first) }.sort_by(&:first).each do |field, value| %><tr> <td><%=h field %></td> <td><%=h value %></td> </tr><% end %> </table>
Version data entries
66 entries across 66 versions & 11 rubygems