This commit is contained in:
huangjingquan 2013-09-13 21:29:58 +08:00
parent 767231c202
commit 9221d1b376
2 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<!--informations-->
<div class="inf_user_image">
<% @project = Project.find_by_id(@project.id)%>
<% @course= Course.find_by_extra(@project.identifier)%>
<% @course = Course.find_by_extra(@project.identifier)%>
<table>
<tr>
<td><%= link_to image_tag(url_to_avatar(@project), :class => 'avatar2') %></td>

View File

@ -15,7 +15,6 @@
<p style="margin-left:-10px;"><%= m.text_field :time, :required => true, :size => 60, :style => "width:488px;margin-left: 10px;" %></p>
<p style="margin-left:-10px;"><%= m.text_field :state, :size => 60, :style => "width:488px;margin-left: 10px;" %></p>
<% end %>
<% end %>
<!-- <p style="margin-left:-10px;"><%= f.check_box :is_public, :style => "margin-left:10px;" %></p> -->