Skip to content

Commit

Permalink
fix incorrect kaminari theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Sep 5, 2015
1 parent 3844c25 commit 4b53a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/scenarios/index.html.erb
Expand Up @@ -38,7 +38,7 @@
<% end %>
</table>

<%= paginate @scenarios, :theme => 'twitter-bootstrap' %>
<%= paginate @scenarios, :theme => 'twitter-bootstrap-3' %>

<br/>

Expand Down
2 changes: 1 addition & 1 deletion app/views/user_credentials/index.html.erb
Expand Up @@ -32,7 +32,7 @@
<% end %>
</table>

<%= paginate @user_credentials, :theme => 'twitter-bootstrap' %>
<%= paginate @user_credentials, :theme => 'twitter-bootstrap-3' %>

<br/>

Expand Down

0 comments on commit 4b53a0f

Please sign in to comment.