Sha256: 43e3ba453c8580d0bf211a90d770d3c37367cb89fc3483e6f0759aa9ae192cdb
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
<% if parts.length==0 %> No Parts defined yet. <% end %> <ul> <% parts.each{|part| %> <li> <a href="<%=url(:action=>:editPart,:part=>part.objectId)%>"> <%=part.name%> </a> </li> <% } %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | apps/todo/views/_partList.rhtml |