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