Sha256: a0eeace68124c488264013f4a61d8aeb1f5125ce50b58fc44bbb474b94ed3226

Contents?: true

Size: 622 Bytes

Versions: 107

Compression:

Stored size: 622 Bytes

Contents

<%= render layout: 'discussions/message_container', locals: {user: discussion.initiator} do %>
  <div class="discussion-message-bubble">
    <div class="discussion-message-bubble-header">
      <div class="discussion-message-bubble-title">
        <%= discussion.initiator.name %>
        <span class="message-date">
          <%= t(:time_since, time: time_ago_in_words(discussion.created_at)) %>
        </span>
      </div>
    </div>
    <div class="discussion-message-bubble-content">
      <div class="discussion-message-content">
        <%= discussion.description_html %>
      </div>
    </div>
  </div>
<% end %>

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
mumuki-laboratory-9.0.4 app/views/discussions/_description_message.html.erb
mumuki-laboratory-9.0.3 app/views/discussions/_description_message.html.erb
mumuki-laboratory-9.0.2 app/views/discussions/_description_message.html.erb
mumuki-laboratory-9.0.1 app/views/discussions/_description_message.html.erb
mumuki-laboratory-9.0.0 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.6.1 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.6.0 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.5.0 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.4.0 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.3.0 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.2.1 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.2.0 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.1.3 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.1.2 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.1.1 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.1.0 app/views/discussions/_description_message.html.erb
mumuki-laboratory-7.12.3 app/views/discussions/_description_message.html.erb
mumuki-laboratory-8.0.0 app/views/discussions/_description_message.html.erb
mumuki-laboratory-7.12.1 app/views/discussions/_description_message.html.erb
mumuki-laboratory-7.12.0 app/views/discussions/_description_message.html.erb