mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 19:45:10 +00:00
Update _sidebar.html.erb
This commit is contained in:
parent
bf748ed228
commit
dbdec9100d
1 changed files with 2 additions and 4 deletions
|
|
@ -8,13 +8,11 @@
|
|||
|
||||
<p class="text-sm font-bold mt-6 text-left align-left">The guides!</p>
|
||||
|
||||
|
||||
<%= link_to "YOUR PROJECT TYPE", guides_page_path(".MD FILE NAME"), class: "#{current_page?(guides_page_path(".MD FILE NAME")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 px-6 rounded transition duration-100 block font-dystopian" %> <%# HEY HACKCLUBBERS! Copy this line!! %>
|
||||
|
||||
|
||||
<%= link_to "Game Console", guides_page_path("game-console"), class: "#{current_page?(guides_page_path("game-console")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 px-6 rounded transition duration-100 block font-dystopian" %>
|
||||
<%= link_to "CoreXY", guides_page_path("corexy"), class: "#{current_page?(guides_page_path("corexy")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 px-6 rounded transition duration-100 block font-dystopian" %>
|
||||
|
||||
<%# Paste your guide thingy right above here! %>
|
||||
|
||||
<%# <%= link_to "Other communities", guides_page_path("faq"), class: "#{current_page?(guides_page_path("submit")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 rounded transition duration-100 block font-dystopian" %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue