<% spaces.each do |space| %> <% room = space.bigbluebutton_room %>
  • <%= space.name %>

    <%= logo(space, :size=> 'h64', :title => sanitize(space.name)).html_safe %>

    <%= t('frontpage.about') %>

    • <%=space.users.count%> <%=t('frontpage.members')%>
    • <%=t('frontpage.more_info')%>
    <% count = (room.participant_count.nil?) ? 0 : room.participant_count %> <% if room.is_running? %>
    <%=t('frontpage.join_button')%>
    <% end %>

    <%= t('webconference.one') %>

    ><%= room.is_running? ? t('frontpage.running', :count => count) : t('frontpage.not_running') %>
     
  • <% end %>