web: just show a simple link as the home button for now
This commit is contained in:
parent
f2845e9b2e
commit
455de6531d
@ -65,10 +65,9 @@ topbar VD{..} = [hamlet|
|
|||||||
sidebar :: ViewData -> HtmlUrl AppRoute
|
sidebar :: ViewData -> HtmlUrl AppRoute
|
||||||
sidebar vd@VD{..} =
|
sidebar vd@VD{..} =
|
||||||
[hamlet|
|
[hamlet|
|
||||||
<a.btn .btn-default role=button href=@{JournalR} title="Go back to top">
|
<a href=@{JournalR} title="Go back to top">
|
||||||
hledger-web
|
hledger-web
|
||||||
<br />
|
|
||||||
\#{version}
|
|
||||||
<p>
|
<p>
|
||||||
<!--
|
<!--
|
||||||
<a#sidebartogglebtn role="button" style="cursor:pointer;" onclick="sidebarToggle()" title="Show/hide sidebar">
|
<a#sidebartogglebtn role="button" style="cursor:pointer;" onclick="sidebarToggle()" title="Show/hide sidebar">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user