Remove margin bottom in the table inside accordion. Divided into groups of 10 interests. Inserted interests in columns.

This commit is contained in:
Alessandro Cuoghi
2017-07-03 12:14:00 +02:00
committed by Senén Rodero Rodríguez
parent 7e2e94d709
commit 556e2598c3
4 changed files with 10 additions and 6 deletions

View File

@@ -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