Sha256: 97a2d82a435db222f456400cda7083d6aa7c90059232dd795365990598e346a8

Contents?: true

Size: 319 Bytes

Versions: 33

Compression:

Stored size: 319 Bytes

Contents

<%= render layout: "show", locals: { participants: conversation.interlocutors(current_user) } do %>
  <div id="messages">
    <% conversation.messages.each do |message| %>
      <%= render "message", message: message %>
    <% end %>
  </div>

  <%= render "reply", form: @form, conversation: conversation %>
<% end %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
decidim-core-0.21.0 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.20.1 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.20.0 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.19.1 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.18.1 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.19.0 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.17.2 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.18.0 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.17.1 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.16.1 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.17.0 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.16.0 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.13.1 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.12.2 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.13.0 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.12.1 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.13.0.pre1 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.12.0 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.11.2 app/views/decidim/messaging/conversations/show.html.erb
decidim-core-0.12.0.pre app/views/decidim/messaging/conversations/show.html.erb