Sha256: 9c314edf7924c3a2e4d25d0d9d4a18e52ed581331197e7e1fedb3697da0730c5
Contents?: true
Size: 645 Bytes
Versions: 10
Compression:
Stored size: 645 Bytes
Contents
- cache ['collectives-widget', box_user, collective], 'message-train' do - unless collective.boxes_for_participant(box_user).empty? .hidden-print %h3= :collective_messages.l(collective: collective_name(collective)) - if collective.allows_sending_by?(box_user) .text-center= link_to :compose_to_collective.l(collective: collective_name(collective)), message_train.new_collective_box_message_path(collective.path_part, :sent), class: 'btn btn-lg btn-primary btn-compose' %ul.list-group - collective.boxes_for_participant(box_user).each do |box| = collective_list_item box, class: 'list-group-item'
Version data entries
10 entries across 10 versions & 1 rubygems