We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e7e8d commit f845f2aCopy full SHA for f845f2a
1 file changed
app/views/rails_admin/main/history.html.haml
@@ -53,6 +53,6 @@
53
%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)})
54
55
- unless params[:all] || !@history.respond_to?(:current_page)
56
- = paginate(@history, theme: 'twitter-bootstrap', remote: true)
+ = paginate(@history, theme: 'ra-twitter-bootstrap', remote: true)
57
= 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
58
0 commit comments