加个table标签

This commit is contained in:
yanxd 2014-03-21 16:49:55 +08:00
parent 9c54c9c1b6
commit f786d01312
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
<td style="padding-left: 8px"><a><%= link_to request.host()+"/projects", :controller => 'projects', :action => 'index', :project_type => 0 %> </a></td>
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_project_deposit), :controller => 'projects', :action => 'index', :project_type => 0 %></td>
</tr>
</table>
<% end %>
</div>
<%= sort_project(@s_type, @project_type) %>