gitlab-org--gitlab-foss/app/views/profiles/chat_names/index.html.haml

31 lines
674 B
Plaintext
Raw Normal View History

2016-11-16 13:56:30 +00:00
- page_title 'Chat'
= render 'profiles/head'
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
= page_title
%p
2016-11-16 22:10:27 +00:00
You can see your Chat accounts.
.col-lg-9
2016-11-17 13:58:03 +00:00
%h5 Active chat names (#{@chat_names.size})
- if @chat_names.present?
.table-responsive
%table.table.chat-names
%thead
%tr
%th Project
%th Service
%th Team domain
%th Nickname
2016-11-16 13:56:30 +00:00
%th Last used
%th
%tbody
2016-11-17 13:58:03 +00:00
= render @chat_names
- else
.settings-message.text-center
You don't have any active chat names.