BigW Consortium Gitlab

index.html.haml 674 Bytes
Newer Older
1
- page_title 'Chat'
2 3 4 5 6 7 8
= render 'profiles/head'

.row.prepend-top-default
  .col-lg-3.profile-settings-sidebar
    %h4.prepend-top-0
      = page_title
    %p
9
      You can see your Chat accounts.
10 11

  .col-lg-9
12
    %h5 Active chat names (#{@chat_names.size})
13 14 15 16 17 18 19 20 21 22

    - if @chat_names.present?
      .table-responsive
        %table.table.chat-names
          %thead
            %tr
              %th Project
              %th Service
              %th Team domain
              %th Nickname
23
              %th Last used
24 25
              %th
          %tbody
26
            = render @chat_names
27 28 29 30

    - else
      .settings-message.text-center
        You don't have any active chat names.