<% if entry.feed.service.video? -%> <% link = Nokogiri::HTML(entry.content).css('a').detect{ |link| !link.css('img').blank? } -%> <% link.to_s.gsub('">

<%= entry.title %>

<% else -%>
">

<%= entry.title %><%= t('muck.services.close') %>

<%= entry.content %>

<%= t('muck.services.read_more') %>

<% end -%>