Bike!Bike! Website!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
280 B

%ul.workshop-previews
- workshops.each do |w|
- if w.title
%li
=link_to view_workshop_path(@this_conference.slug, w.id) do
%h4=_!(w.title)
%p=_!(w.info || '').gsub(/\n\#+(.*?)\r/s, "\n<strong>\\1</strong>\r").gsub(/[\t ]*\r\n[\t ]*/s, '<br>').html_safe