Sha256: 5e883658ebd53ec4886ef1100d34ee88ce88c411353d6770df5ba3556ef5adeb

Contents?: true

Size: 556 Bytes

Versions: 7

Compression:

Stored size: 556 Bytes

Contents

- 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

7 entries across 7 versions & 1 rubygems

Version Path
message_train-0.5.3 app/views/message_train/collectives/_widget.html.haml
message_train-0.5.2 app/views/message_train/collectives/_widget.html.haml
message_train-0.5.1 app/views/message_train/collectives/_widget.html.haml
message_train-0.5.0 app/views/message_train/collectives/_widget.html.haml
message_train-0.4.6 app/views/message_train/collectives/_widget.html.haml
message_train-0.4.5 app/views/message_train/collectives/_widget.html.haml
message_train-0.4.4 app/views/message_train/collectives/_widget.html.haml