Sha256: 0b41d0730b61fb775f4bcfcb5d58f8839dc76b520d5fbef23c62d7483b5ae384
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
<% @title ||= resource_title %> <table> <tbody> <% resource_attributes.each do |attribute_name| %> <tr> <th><%= attribute_human_name(attribute_name) %></th> <td><%= attribute_value(resource, attribute_name) %></td> </tr> <% end %> </tbody> </table>
Version data entries
3 entries across 3 versions & 1 rubygems