Sha256: 81cc9f3cfecf7ce726f5564078879238b35992f9458d976392fdd4e9abc779ca
Contents?: true
Size: 528 Bytes
Versions: 19
Compression:
Stored size: 528 Bytes
Contents
- unless collective.boxes_for_participant(box_user).empty? %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
19 entries across 19 versions & 1 rubygems