added a link to the discord server in the header
This commit is contained in:
parent
84aaa06e1d
commit
dc84cee86a
2 changed files with 8 additions and 1 deletions
|
|
@ -50,9 +50,13 @@
|
|||
<%= render "menu/menu_about" %>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="/">Community</a>
|
||||
<a href="/">Links</a>
|
||||
<%= render "menu/menu_othersites" %>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="/">Community</a>
|
||||
<%= render "menu/menu_community" %>
|
||||
</li>
|
||||
<li class="search"><%= render "works/search_box" %></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
|
|||
3
app/views/menu/_menu_community.html.erb
Normal file
3
app/views/menu/_menu_community.html.erb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<ul class="menu">
|
||||
<li> <a href="https://discord.gg/hZCq5VDnUt">Sunset Discord</a>
|
||||
</li></ul>
|
||||
Loading…
Reference in a new issue