diff options
author | Alex Auvolat <alex@adnab.me> | 2018-10-12 17:01:10 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-10-12 17:01:10 +0200 |
commit | 7bc609a85b43ed86eccb9cd40d9db31f15aaba1d (patch) | |
tree | 80b31e39e029bb89793d95fab76bf8310031d76d /shardweb | |
parent | 76749e8f64ce3caf7e0e5c17dfee373dcf4dfe6e (diff) | |
download | shard-7bc609a85b43ed86eccb9cd40d9db31f15aaba1d.tar.gz shard-7bc609a85b43ed86eccb9cd40d9db31f15aaba1d.zip |
More notifications going around
Diffstat (limited to 'shardweb')
-rw-r--r-- | shardweb/lib/templates/layout/app.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/templates/layout/app.html.eex b/shardweb/lib/templates/layout/app.html.eex index 44ba35d..d96bdeb 100644 --- a/shardweb/lib/templates/layout/app.html.eex +++ b/shardweb/lib/templates/layout/app.html.eex @@ -130,7 +130,7 @@ <a href="<%= identity_path(@conn, :self) %>"><i class="fa fa-fw fa-user"></i> <%= @nick %></a> </li> <li class="<%= if @view_module == ShardWeb.ChatView and @view_template == "chat.html" and @public do "active" else "" end %>"> - <a href="javascript:;" data-toggle="collapse" data-target="#demo"><i class="fa fa-fw fa-comments"></i> Chat rooms <i class="fa fa-fw fa-caret-down"></i></a> + <a href="javascript:;" data-toggle="collapse" data-target="#demo"><i class="fa fa-fw fa-hashtag"></i> Chat rooms <i class="fa fa-fw fa-caret-down"></i></a> <ul id="demo" class="<%= if not (@view_module == ShardWeb.ChatView and @view_template == "chat.html" and @public) do "collapse" else "" end %>"> |