This commit is contained in:
stormand 2017-01-05 18:12:47 +08:00
parent 68c7868e1d
commit 5989631368
1 changed files with 1 additions and 1 deletions

View File

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