fix incorrect kaminari theme

Andrew Cantino 9 lat temu
rodzic
commit
4b53a0f6c6

+ 1 - 1
app/views/scenarios/index.html.erb

@@ -38,7 +38,7 @@
38 38
         <% end %>
39 39
       </table>
40 40
 
41
-      <%= paginate @scenarios, :theme => 'twitter-bootstrap' %>
41
+      <%= paginate @scenarios, :theme => 'twitter-bootstrap-3' %>
42 42
 
43 43
       <br/>
44 44
 

+ 1 - 1
app/views/user_credentials/index.html.erb

@@ -32,7 +32,7 @@
32 32
         <% end %>
33 33
       </table>
34 34
 
35
-      <%= paginate @user_credentials, :theme => 'twitter-bootstrap' %>
35
+      <%= paginate @user_credentials, :theme => 'twitter-bootstrap-3' %>
36 36
 
37 37
       <br/>
38 38