From 4b53a0f6c61876d952782ef4efff75ea91b6fb95 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sat, 5 Sep 2015 10:17:45 -0700 Subject: [PATCH] fix incorrect kaminari theme --- app/views/scenarios/index.html.erb | 2 +- app/views/user_credentials/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/scenarios/index.html.erb b/app/views/scenarios/index.html.erb index 0869c1fe8a..a90013e41b 100644 --- a/app/views/scenarios/index.html.erb +++ b/app/views/scenarios/index.html.erb @@ -38,7 +38,7 @@ <% end %> - <%= paginate @scenarios, :theme => 'twitter-bootstrap' %> + <%= paginate @scenarios, :theme => 'twitter-bootstrap-3' %>
diff --git a/app/views/user_credentials/index.html.erb b/app/views/user_credentials/index.html.erb index 33264f2ad3..db1d8f1337 100644 --- a/app/views/user_credentials/index.html.erb +++ b/app/views/user_credentials/index.html.erb @@ -32,7 +32,7 @@ <% end %> - <%= paginate @user_credentials, :theme => 'twitter-bootstrap' %> + <%= paginate @user_credentials, :theme => 'twitter-bootstrap-3' %>