Restyled workshop previews and added interest buttons to home page

This commit is contained in:
Godwin
2016-07-17 13:20:41 -07:00
parent 9a4c39b207
commit c474d0be1a
8 changed files with 630 additions and 588 deletions
+1 -1
View File
@@ -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)