Restyled workshop previews and added interest buttons to home page
This commit is contained in:
@@ -76,7 +76,7 @@ class Workshop < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def can_show_interest?(user)
|
||||
!active_facilitator?(user)
|
||||
user.present? && !active_facilitator?(user)
|
||||
end
|
||||
|
||||
def interested?(user)
|
||||
|
||||
Reference in New Issue
Block a user