代码重构

This commit is contained in:
nieguanghui 2013-08-13 20:46:04 +08:00
parent 4077a91429
commit ffe6d5db97
1 changed files with 2 additions and 3 deletions

View File

@ -85,7 +85,7 @@
<%= link_to image_tag(url_to_avatar(user), :class => "avatar"), user_path(user), :class => "avatar" %>
<% end%>
</td>
<tr>
</tr>
</table>
</div>
</div>
@ -102,7 +102,7 @@
<% for project in @bid.projects%>
<%= link_to image_tag(url_to_avatar(project), :class => "avatar"), project_path(project), :class => "avatar" %>
<% end%></td>
<tr>
</tr>
</table>
</div>
</div>
@ -134,7 +134,6 @@
</div>
<div id="ajax-modal" style="display:none;"></div>
</div>
</div>
<%= call_hook :view_layouts_base_body_bottom %>
</body>