Sha256: 791a67eb4eb67992a1fefe5ec3986a11812b001ae9d4bdd67a264f9a3f4feed8
Contents?: true
Size: 669 Bytes
Versions: 3
Compression:
Stored size: 669 Bytes
Contents
<SystemPage> <?r base = "#{@base}/%base%" ?> <h1>#{"%plural%".humanize}</h1> <h2><a href="#{base}/new">New %name%</a></h2> <form action="search"> Search %plural%: <input type="text" name="q" /> <input type="submit" value="Search" /> </form> <table> <?r for obj in @list ?> <tr> <td width="100%"><a href="#{base}/edit/#{obj.oid}">#{obj.to_s}</a></td> <?r if obj.respond_to?(:update_time) ?> <td nowrap="1">#{obj.update_time.stamp(:db)}</td> <?r end ?> <td><a href="#{base}/edit/#{obj.oid}">edit</a></td> <td><a href="#{base}/delete/#{obj.oid}">del</a></td> </tr> <?r end ?> </table> </SystemPage>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.26.0 | proto/public/scaffold/index.xhtml |
nitro-0.27.0 | proto/public/scaffold/index.xhtml |
nitro-0.28.0 | proto/public/scaffold/index.xhtml |