web: Make "Add transaction" button tabbable (#430)
This commit is contained in:
parent
13a6584440
commit
9ccb1bcb81
@ -37,7 +37,7 @@ getJournalR = do
|
|||||||
<div .row>
|
<div .row>
|
||||||
<h2 #contenttitle>#{title}
|
<h2 #contenttitle>#{title}
|
||||||
<!-- p>Journal entries record movements of commodities between accounts. -->
|
<!-- p>Journal entries record movements of commodities between accounts. -->
|
||||||
<a #addformlink role="button" style="cursor:pointer; margin-top:1em;" data-toggle="modal" data-target="#addmodal" title="Add a new transaction to the journal" >Add a transaction
|
<a #addformlink role="button" style="cursor:pointer; margin-top:1em;" data-toggle="modal" data-target="#addmodal" title="Add a new transaction to the journal" href="#">Add a transaction
|
||||||
<div .table-responsive>
|
<div .table-responsive>
|
||||||
^{maincontent}
|
^{maincontent}
|
||||||
|]
|
|]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user