aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/templates/page
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-10-12 16:47:54 +0200
committerAlex Auvolat <alex@adnab.me>2018-10-12 16:47:54 +0200
commit76749e8f64ce3caf7e0e5c17dfee373dcf4dfe6e (patch)
treecd7651cf771cc45315322096df576fddd8cb8950 /shardweb/lib/templates/page
parentf5b4131160520a2540445619188c3c8e0f37da37 (diff)
downloadshard-76749e8f64ce3caf7e0e5c17dfee373dcf4dfe6e.tar.gz
shard-76749e8f64ce3caf7e0e5c17dfee373dcf4dfe6e.zip
tweaks
Diffstat (limited to 'shardweb/lib/templates/page')
-rw-r--r--shardweb/lib/templates/page/shard_list.html.eex8
1 files changed, 4 insertions, 4 deletions
diff --git a/shardweb/lib/templates/page/shard_list.html.eex b/shardweb/lib/templates/page/shard_list.html.eex
index 485bfa1..012223a 100644
--- a/shardweb/lib/templates/page/shard_list.html.eex
+++ b/shardweb/lib/templates/page/shard_list.html.eex
@@ -35,15 +35,15 @@
<small><%= Shard.Keys.pk_display pk %></small>
</a>
- <% %SApp.Chat.Manifest{channel: chan} -> %><i class="fa fa-comments"></i>
+ <% %SApp.Chat.Manifest{channel: chan} -> %><i class="fa fa-hashtag"></i>
<a href="<%= chat_path(@conn, :chat, chan) %>">
- #<%= chan %>
+ <%= chan %>
</a>
- <% %SApp.Chat.PrivChat.Manifest{pk_list: pk_list} -> %><i class="fa fa-comment"></i>
+ <% %SApp.Chat.PrivChat.Manifest{pk_list: pk_list} -> %><i class="fa fa-comments"></i>
<a href="<%= chat_path(@conn, :privchat,
(pk_list |> Enum.filter(&(&1!=@pk)) |> Enum.map(&Base.encode16/1) |> Enum.join(","))) %>">
- @<%= pk_list |> Enum.filter(&(&1!=@pk)) |> Enum.map(&SApp.Identity.get_nick/1) |> Enum.join(", ") %>
+ <%= pk_list |> Enum.filter(&(&1!=@pk)) |> Enum.map(&SApp.Identity.get_nick/1) |> Enum.join(", ") %>
</a>
<% x -> %> <%= inspect x %>