|
|
@ -2,7 +2,7 @@ |
|
|
|
- workshops.sort_by{ |w| w.title.downcase }.each do |w| |
|
|
|
- is_interested = w.interested?(current_user) |
|
|
|
%li{class: [is_interested ? :interested : nil]} |
|
|
|
= link_to view_workshop_path(w.conference.slug, w.id) do |
|
|
|
= link_to view_workshop_path(w.conference.slug, w.id), class: 'workshop-link' do |
|
|
|
%h4.title=w.title |
|
|
|
.workshop-interest |
|
|
|
- if is_interested |
|
|
|