fixed deleting problem
This commit is contained in:
parent
da57dd8608
commit
9af9afa631
|
@ -26,7 +26,6 @@
|
|||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<%=
|
||||
content_tag :div, class: "bottomnav clearfix" do
|
||||
content_tag :div, paginate(@links), class: "pagination pagination-centered"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<%= render_filter @filter_fields, "index_table" %>
|
||||
<div id="index_table">
|
||||
<%= render 'index'%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render 'layouts/delete_modal', delete_options: @delete_options %>
|
Loading…
Reference in New Issue