Remove margin bottom in the table inside accordion. Divided into groups of 10 interests. Inserted interests in columns.
This commit is contained in:
committed by
Senén Rodero Rodríguez
parent
7e2e94d709
commit
556e2598c3
@@ -3,11 +3,11 @@ class UsersController < ApplicationController
|
||||
|
||||
load_and_authorize_resource
|
||||
helper_method :author?
|
||||
helper_method :valid_interests_access?
|
||||
helper_method :author_or_admin?
|
||||
|
||||
def show
|
||||
load_filtered_activity if valid_access?
|
||||
load_interests if valid_interests_access?
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user