This commit is contained in:
stormand 2017-01-05 18:23:44 +08:00
parent 51c3add19b
commit f084222c9f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
<% else %> <% else %>
<td><%= link_to "是",isdegree_course_path(course), class: 'btn btn-xs btn-info' %></td> <td><%= link_to "是",isdegree_course_path(course), class: 'btn btn-xs btn-info' %></td>
<% end %> <% end %>
<td><td><a class="btn btn-xs btn-success" href=<%="#{Rails.root}/public#{course.excel}"%> >下载最新资料</a></td></td> <td><td><a class="btn btn-xs btn-success" href=<%="#{Rails.root}#{course.excel}"%> >下载最新资料</a></td></td>
<td><%= course.excel %></td> <td><%= course.excel %></td>
<% end %> <% end %>
</tr> </tr>