Add chat link to mobile nav bar
This commit is contained in:
parent
050ce19160
commit
e0fdc46eba
|
@ -210,6 +210,11 @@
|
||||||
{{if .LoggedIn}}
|
{{if .LoggedIn}}
|
||||||
<div class="mobile nonshy-mobile-notification">
|
<div class="mobile nonshy-mobile-notification">
|
||||||
{{if .CurrentUser.Certified}}
|
{{if .CurrentUser.Certified}}
|
||||||
|
<a class="tag is-grey py-4"
|
||||||
|
href="/chat">
|
||||||
|
<span class="icon"><i class="fa fa-message"></i></span>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a class="tag is-grey py-4"
|
<a class="tag is-grey py-4"
|
||||||
href="/forum">
|
href="/forum">
|
||||||
<span class="icon"><i class="fa fa-comments"></i></span>
|
<span class="icon"><i class="fa fa-comments"></i></span>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<p>
|
<p>
|
||||||
This chat room is currently ready for <strong>beta</strong> testing. It's a very new app built
|
This chat room is currently ready for <strong>beta</strong> testing. It's a very new app built
|
||||||
specifically for {{PrettyTitle}} and may still be lacking in some features and may be rough around
|
specifically for {{PrettyTitle}} and may still be lacking in some features and may be rough around
|
||||||
the edges. Give it a try and <a href="/contact">send feedback</a> if you run into any technical
|
the edges. Give it a try and <a href="/contact"><strong>send feedback</strong></a> if you run into any technical
|
||||||
issues with the chat room!
|
issues with the chat room!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user