mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-07 19:28:26 +03:00
4 lines
139 B
Plaintext
4 lines
139 B
Plaintext
<select id=journalselect name=journal onchange="editformJournalSelect(event)"
|
|
$forall f <- journalfiles
|
|
<option value=#{fst f}>#{fst f}
|