Sha256: 9372d8d6d30d94f7624c4fef6304ebfb11107b0e192dfcc2996893c92f6305ef
Contents?: true
Size: 441 Bytes
Versions: 13
Compression:
Stored size: 441 Bytes
Contents
<%= link_to back_path, class: "button button__text-secondary mb-8" do %> <%= icon "arrow-left-line" %> <span><%= t("back", scope: "devise.shared.links") %></span> <% end %> <h2 class="h4 conversation__title"> <%= t("decidim.messaging.conversations.show.chat_with") %> </h2> <div class="conversation__participants"> <% interlocutors.each do |participant| %> <%= cell "decidim/author", present(participant) %> <% end %> </div>
Version data entries
13 entries across 13 versions & 1 rubygems