Forráskód Böngészése

Merge pull request #1016 from cantino/fix_scenarios_pagination_ui

Fix incorrect kaminari theme
Andrew Cantino 9 éve
szülő
commit
62b747a820

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

@@ -38,7 +38,7 @@
         <% end %>
       </table>
 
-      <%= paginate @scenarios, :theme => 'twitter-bootstrap' %>
+      <%= paginate @scenarios, :theme => 'twitter-bootstrap-3' %>
 
       <br/>
 

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

@@ -32,7 +32,7 @@
         <% end %>
       </table>
 
-      <%= paginate @user_credentials, :theme => 'twitter-bootstrap' %>
+      <%= paginate @user_credentials, :theme => 'twitter-bootstrap-3' %>
 
       <br/>