This commit is contained in:
stormand 2017-01-05 16:59:27 +08:00
parent 71aa195bf0
commit a6fc33f50f
1 changed files with 1 additions and 3 deletions

View File

@ -57,13 +57,11 @@
<td><%= form_for course, url: excel_in_course_path(course) , html: {class: 'form-horizontal', role: 'form'} do |f| %>
<div class="form-group">
<div class="col-sm-3">
<div class="input-group">
<%= f.file_field :excel ,class: 'btn btn-xs btn-info'%>
<%= f.file_field :excel %>
<%= f.hidden_field :excel_cache %>
<%= f.submit '提交', class: 'btn btn-success' %>
</div>
</div>
</div>
<% end %></td>