aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/templates/layout/app.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/lib/shard_web/templates/layout/app.html.eex')
-rw-r--r--shardweb/lib/shard_web/templates/layout/app.html.eex1
1 files changed, 1 insertions, 0 deletions
diff --git a/shardweb/lib/shard_web/templates/layout/app.html.eex b/shardweb/lib/shard_web/templates/layout/app.html.eex
index 9903775..d4b2075 100644
--- a/shardweb/lib/shard_web/templates/layout/app.html.eex
+++ b/shardweb/lib/shard_web/templates/layout/app.html.eex
@@ -18,6 +18,7 @@
<ul class="nav nav-pills pull-right">
<li><a href="<%= page_path(@conn, :index) %>">Home</a></li>
<li><a href="<%= room_path(@conn, :show, "lobby") %>">Chat</a></li>
+ <li><a href="<%= identity_path(@conn, :view) %>">[<%= @nick %>]</a></li>
</ul>
</nav>
<span class="logo"></span>