Sha256: 2396e11e5efa22ac1bb26d41cbfd46011c9f8800c4443b9dd610c78bebbca519
Contents?: true
Size: 618 Bytes
Versions: 15
Compression:
Stored size: 618 Bytes
Contents
<table> <thead> <tr> <%attributes.each do |attribute|%> <%-attribute_args = attribute.split(":")-%> <th><%=attribute_args[0].humanize.titlecase%></th> <%end%> </tr> </thead> <tbody> <%% @<%=module_name_formatted%>.each do |<%=module_name_formatted.singularize%>| %> <tr> <%-attributes.each do |attribute|-%> <%-attribute_args = attribute.split(":")-%> <td><%%=<%=module_name_formatted.singularize%>.<%=attribute_args[0]%> %></td> <%-end-%> </tr> <%%end%> </tbody> </table> <%%=will_paginate @<%=module_name_formatted%>%>
Version data entries
15 entries across 15 versions & 1 rubygems