% if (description = tool.description) %>
<% content_for(:tool_description) { sanitize(description).gsub(/\n/, "
").html_safe } %>
<% end %>
<% if release_date < Date.today %> Released on <%= release_date.to_s(:participant_date) %> <% elsif release_date == Date.today %> Released Today <% end %> <% if ts.completed_at %> · Read on <%= ts.completed_at.to_s(:participant_date) %> · <%= link_to "Printable", think_feel_do_engine.participants_lesson_path(ts.bit_core_content_module.id), class: "action" %> <% end %>
<% else %>Available on <%= release_date.to_s(:participant_date) %>
<% end %> <% end %> <% end %>