Sha256: 90ba2ce39471fdc1dca7042f9dcc6302bab46535e251b705b0c4c5858a776dd5

Contents?: true

Size: 426 Bytes

Versions: 1

Compression:

Stored size: 426 Bytes

Contents

- if chat_list.present?
  .chat__index
    - chat_list.each do |conversation|
      = link_to [chat, conversation], remote: true, id: "chat__show-#{conversation.id}" do
        = conversation.names.gsub(", #{current_user.name}", '').gsub("#{current_user.name}, ", '')
  .chat__flex
- else
  .chat__none-available
    = material_icon.chat_bubble_outline
    %h5 No Chats
= link_to 'Start a Chat', nil, class: 'chat__start-new'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chat-0.2.0 app/views/chat/conversations/_index.html.haml