Skip to content

Commit f845f2a

Browse files
committed
Update pagination theme to rails_admin version
1 parent 13e7e8d commit f845f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/rails_admin/main/history.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
%td= link_to(t("admin.history_rollback.table_headers.view_changes"), "#", class: "changeset", :data => {:url => url_for(action: action(:history_index, @abstract_model).action_name, model_name: @abstract_model.to_param, version_id: object.version_id)})
5454

5555
- unless params[:all] || !@history.respond_to?(:current_page)
56-
= paginate(@history, theme: 'twitter-bootstrap', remote: true)
56+
= paginate(@history, theme: 'ra-twitter-bootstrap', remote: true)
5757
= link_to(t("admin.misc.show_all"), send(path_method, params.merge(all: true)), class: "show-all btn pjax") unless (tc = @history.total_count) <= @history.size || tc > 100
5858

0 commit comments

Comments
 (0)