mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 18:19:16 +01:00
[Website] Make issues redirect to selection instead
This commit is contained in:
parent
5cd77cf68b
commit
4e5fc5bb1b
@ -39,7 +39,7 @@
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown">Help us!</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
|
||||
<a class="dropdown-item" href="{{ site.github.issues_url }}/new?title=[Game Title] Issue Title&body=Include a description of the issue. If the issue happens to be at a specific point in your game, providing a save file will make fixing it much easier! Just drag the file on here. Including screenshots of graphical bugs also helps a lot.">Report an issue</a>
|
||||
<a class="dropdown-item" href="{{ site.github.issues_url }}/new/choose">Report an issue</a>
|
||||
<a class="dropdown-item" href="{{ site.github.wiki_url }}">Create your own graphic packs</a>
|
||||
<a class="dropdown-item" href="{{ site.github.repository_url }}">See our source</a>
|
||||
</div>
|
||||
@ -55,4 +55,4 @@
|
||||
</header>
|
||||
<main class="text-white col-md-6 offset-md-3 pt-4">{{ content }}</main>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user