CC-2992: 404 "Help" link doesnt work
Somehow my last change disappeared...submit again
This commit is contained in:
parent
e257c1043a
commit
46a87ea534
|
@ -10,7 +10,7 @@
|
|||
<h2>Page not found!</h2>
|
||||
<p>Looks like the page you were looking for doesn't exist!</p>
|
||||
<div class="button-bar">
|
||||
<a class="toggle-button" href="dashboard/help">Help</a>
|
||||
<a class="toggle-button" href="<?php echo $this->baseUrl('dashboard/help'); ?>">Help</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue