소스 검색

fix incorrect kaminari theme

Andrew Cantino 9 년 전
부모
커밋
4b53a0f6c6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      app/views/scenarios/index.html.erb
  2. 1 1
      app/views/user_credentials/index.html.erb

+ 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/>