Skip to content
Extraits de code Groupes Projets
_aspect_stream.haml 698 octets
Newer Older
  • Learn to ignore specific revisions
  • danielgrippi's avatar
    danielgrippi a validé
    -#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
    
    -#   licensed under the Affero General Public License version 3 or later.  See
    -#   the COPYRIGHT file.
    
    
    %h3#aspect_stream_header.stream_title
      = stream.title
    
    = render 'shared/publisher', :selected_aspects => stream.aspects, :aspect_ids => stream.aspect_ids, :for_all_aspects => stream.for_all_aspects?, :aspect => stream.aspect
    
    = render 'aspects/no_posts_message'
    
    #gs-shim{:title => popover_with_close_html("3. #{t('.stay_updated')}"), 'data-content' => t('.stay_updated_explanation')}
    
    #main_stream.stream{:data => {:guids => stream.aspect_ids.join(',')}}
    
    
    - if current_user.contacts.size < 2
      = render 'aspects/no_contacts_message'