web: just show a simple link as the home button for now

This commit is contained in:
Simon Michael 2014-07-23 15:04:17 -07:00
parent f2845e9b2e
commit 455de6531d

View File

@ -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">