aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/templates/chat
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-10-12 16:38:11 +0200
committerAlex Auvolat <alex@adnab.me>2018-10-12 16:38:11 +0200
commitf5b4131160520a2540445619188c3c8e0f37da37 (patch)
treeb966fbbe827a004caa65a87dfb8672754ce022ab /shardweb/lib/templates/chat
parent0d358f6f699a5ce04ffe1bccf4f375b5f321391c (diff)
downloadshard-f5b4131160520a2540445619188c3c8e0f37da37.tar.gz
shard-f5b4131160520a2540445619188c3c8e0f37da37.zip
Notifications for chat ; useless user info page
Diffstat (limited to 'shardweb/lib/templates/chat')
-rw-r--r--shardweb/lib/templates/chat/chat.html.eex6
1 files changed, 3 insertions, 3 deletions
diff --git a/shardweb/lib/templates/chat/chat.html.eex b/shardweb/lib/templates/chat/chat.html.eex
index 8a43acf..45609d8 100644
--- a/shardweb/lib/templates/chat/chat.html.eex
+++ b/shardweb/lib/templates/chat/chat.html.eex
@@ -18,14 +18,14 @@
<i class="fa fa-comments"></i> Chat rooms
</li>
<li class="active">
- <i class="fa fa-comments"></i> #<%= @chan %>
+ <i class="fa fa-users"></i> #<%= @chan %>
</li>
<% else %>
<li>
- <i class="fa fa-user"></i> Private chat
+ <i class="fa fa-comments"></i> Private chat
</li>
<li class="active">
- <i class="fa fa-comments"></i> <%= @nicks %>
+ <i class="fa fa-user"></i> <%= @nicks %>
</li>
<% end %>
</ol>