Modifies styles welcome and debates index
This commit is contained in:
@@ -2,7 +2,7 @@ class WelcomeController < ApplicationController
|
||||
skip_authorization_check
|
||||
|
||||
def index
|
||||
@featured_debates = Debate.order("created_at DESC").limit(3)
|
||||
@featured_debates = Debate.order("created_at DESC").limit(9)
|
||||
set_voted_values @featured_debates.map(&:id)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user