% is_student = is_cur_course_student? @homework.bid.courses.first %> <% is_teacher = is_course_teacher User.current,@homework.bid.courses.first %>
<%= notice %>
作业基础信息<%=@count %> | |
发布人员:<%= link_to @homework.user, user_path(@homework.user)%> | 发布时间:<%=format_time @homework.created_at %> |
作业下载: <% options = {:author => true } %> <%= render :partial => 'app_link', :locals => {:attachments => @homework.attachments, :options => options} %> | 所属任务:<%= link_to(@homework.bid.name, project_for_bid_path(@homework.bid))%> |
平均评分: <%= rating_for @homework, :static => true, dimension: :quality, class: 'rateable div_inline' %> |
作业描述: |
|
<% if @homework.description != nil && @homework.description != "" %>
<%= @homework.description %>
<% else %>
该作业无任何描述!
<% end %>
|