Sha256: d130fcaed9654494e79e8949b76b25f67029c44e745377ac21a94767c00897e7
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
<% @page_title = "#{l(:listing)} #{l(:projects)}" %> <div id="spotlight"> <div class="btitle"> <h4><%=l :projects%></h4> </div> <table> <% i = 0 %> <% for @project in @projects %> <tr> <td><%=link_to @project.name, :action => :show, :id => @project.id%></td> </tr> <% end %> </table> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.37.2 | app/views/projects/list.rhtml |
backlog-0.37.1 | app/views/projects/list.rhtml |